[ci] Add batch mode flag when building checkstyle

This commit is contained in:
Andreas Dangel 2021-06-20 18:32:46 +02:00
parent 8f2f71b4ec
commit 472d9861e0
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3

View File

@ -20,8 +20,8 @@ fi
set -e
mvn test-compile
mvn dependency:build-classpath -DincludeScope=test -Dmdep.outputFile=classpath.txt
mvn test-compile -B
mvn dependency:build-classpath -DincludeScope=test -Dmdep.outputFile=classpath.txt -B
]]></build-command>
<auxclasspath-command>echo -n "$(pwd)/target/classes:$(pwd)/target/test-classes:"; cat classpath.txt</auxclasspath-command>
</project>