8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c35cd commit c9eb8ecCopy full SHA for c9eb8ec
script/build
@@ -72,8 +72,7 @@ if [ "$HUDSON" = "true" ]; then
72
git push origin "$TAG"
73
else
74
echo "Skipping remote deployment and Git tag because we are not on Hudson."
75
- mvn -X -e -ntp -DskipNexusStagingDeployMojo=true --fail-at-end -Psonatype-oss-release $CLJS_SCRIPT_MVN_OPTS \
76
- clean install
+ mvn -B -ntp $CLJS_SCRIPT_MVN_OPTS clean install
77
fi
78
79
rm -f src/main/cljs/cljs/core.aot.js
0 commit comments