Skip to content

Commit

Permalink
run aot_core maven build in batch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Aug 14, 2023
1 parent 8a4f8d1 commit 8835a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/aot_core
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi

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

mvn -f pom.template.xml dependency:build-classpath -Dmdep.outputFile=$CP_FILE -Dmdep.fileSeparator=$FILE_SEP -Dmdep.pathSeparator=$PATH_SEP $CLJS_SCRIPT_MVN_OPTS
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

CLJS_CP=`cat $CP_FILE`

Expand Down

0 comments on commit 8835a55

Please sign in to comment.