mirror of https://github.com/google/oss-fuzz.git
Remove Maven debug logging for Gson build (#7649)
This commit is contained in:
parent
2f3614bf1b
commit
3f6b1f1b27
|
@ -17,7 +17,7 @@
|
|||
|
||||
# Skip ProGuard because it is only needed for tests (which are skipped as well) and
|
||||
# because it would fail since `jmods` JDK folder is removed from this Docker image
|
||||
MAVEN_ARGS="-DskipTests -Dproguard.skip -X"
|
||||
MAVEN_ARGS="-DskipTests -Dproguard.skip"
|
||||
# Only build 'gson' Maven module
|
||||
cd gson
|
||||
$MVN --batch-mode --update-snapshots package ${MAVEN_ARGS}
|
||||
|
|
Loading…
Reference in New Issue