Skip to content

Commit 2c2376d

Browse files
committed
Add mvn flag
1 parent f92364a commit 2c2376d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/build

+1-1
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 -B -ntp --fail-at-end -Psonatype-oss-release $CLJS_SCRIPT_MVN_OPTS \
67+
mvn -B -ntp --fail-at-end -Psonatype-oss-release $CLJS_SCRIPT_MVN_OPTS --add-opens java.base/java.util=ALL-UNNAMED \
6868
clean deploy nexus-staging:release
6969

7070
echo "Creating tag $TAG"

0 commit comments

Comments
 (0)