Skip to content

Commit a071d9f

Browse files
committed
use batch mode during cljs build
1 parent d78f052 commit a071d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ mv $AOT_CACHE_FILE src/main/cljs/cljs/core.cljs.cache.aot.edn
6464

6565
# For Hudson server
6666
if [ "$HUDSON" = "true" ]; then
67-
mvn --fail-at-end -Psonatype-oss-release $CLJS_SCRIPT_MVN_OPTS \
67+
mvn -B --fail-at-end -Psonatype-oss-release $CLJS_SCRIPT_MVN_OPTS \
6868
clean deploy nexus-staging:release
6969

7070
echo "Creating tag $TAG"

0 commit comments

Comments
 (0)