Skip to content

Commit 9a78ec1

Browse files
authored
Increase maven size (GoogleCloudPlatform#517)
* Increase maven size 1. Increase maven memory size 2. Add ErrorProne (use 1.0.2 of shared-configuration * Fix flags * Add Maven Wrapper * Use Maven Wrapper
1 parent 35e7d3b commit 9a78ec1

File tree

4 files changed

+384
-1
lines changed

4 files changed

+384
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.3.9/apache-maven-3.3.9-bin.zip

mvnw

Lines changed: 236 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mvnw.cmd

Lines changed: 146 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ common_travis_dir="$(travis_changed_files_parent)"
6464

6565
[ -z "$common_travis_dir" ] || pushd "$common_travis_dir"
6666

67-
mvn --batch-mode clean verify -DskipTests=$SKIP_TESTS | egrep -v "(^\[INFO\] Download|^\[INFO\].*skipping)"
67+
./mvnw --batch-mode clean verify -DskipTests=$SKIP_TESTS | egrep -v "(^\[INFO\] Download|^\[INFO\].*skipping)"
6868

6969
[ -z "$common_travis_dir" ] || popd
7070

0 commit comments

Comments
 (0)