Skip to content

Commit 8835a55

Browse files
committed
run aot_core maven build in batch mode
1 parent 8a4f8d1 commit 8835a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/aot_core

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
2121

2222
CP_FILE=`mktemp /tmp/cljs_cp.txt.XXXXXXXXXXX`
2323

24-
mvn -f pom.template.xml dependency:build-classpath -Dmdep.outputFile=$CP_FILE -Dmdep.fileSeparator=$FILE_SEP -Dmdep.pathSeparator=$PATH_SEP $CLJS_SCRIPT_MVN_OPTS
24+
mvn -B -f pom.template.xml dependency:build-classpath -Dmdep.outputFile=$CP_FILE -Dmdep.fileSeparator=$FILE_SEP -Dmdep.pathSeparator=$PATH_SEP $CLJS_SCRIPT_MVN_OPTS
2525

2626
CLJS_CP=`cat $CP_FILE`
2727

0 commit comments

Comments
 (0)