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 d78f052 commit a071d9fCopy full SHA for a071d9f
script/build
@@ -64,7 +64,7 @@ mv $AOT_CACHE_FILE src/main/cljs/cljs/core.cljs.cache.aot.edn
64
65
# For Hudson server
66
if [ "$HUDSON" = "true" ]; then
67
- mvn --fail-at-end -Psonatype-oss-release $CLJS_SCRIPT_MVN_OPTS \
+ mvn -B --fail-at-end -Psonatype-oss-release $CLJS_SCRIPT_MVN_OPTS \
68
clean deploy nexus-staging:release
69
70
echo "Creating tag $TAG"
0 commit comments