We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b01c1bf commit 921e140Copy full SHA for 921e140
quick-compile.sh
@@ -3,4 +3,4 @@ SCDIR=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")
3
SCDIR=$(realpath $SCDIR)
4
export MAVEN_THREADS=1C
5
export LOCAL=true
6
-$SCDIR/mvnw install -DskipTests -T 1C -P-snapshot -P-integration -DskipTests
+$SCDIR/mvnw clean install -DskipTests -T 1C -P-snapshot -P-integration -DskipTests
0 commit comments