Remove Maven debug logging for Gson build (#7649)

This commit is contained in:
Marcono1234 2022-05-02 00:46:39 +02:00 committed by GitHub
parent 2f3614bf1b
commit 3f6b1f1b27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}