Skip to content

Commit f46f875

Browse files
committed
Add mvn flag
1 parent f92364a commit f46f875

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

script/build

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ POM_TEMPLATE="pom.template.xml"
1717
POM_FILE="pom.xml"
1818
CLJS_SCRIPT_MVN_OPTS=${CLJS_SCRIPT_MVN_OPTS:-""}
1919

20+
export MAVEN_OPTS="${MAVEN_OPTS} --add-opens java.base/java.util=ALL-UNNAMED"
21+
2022
# The command `git describe --match v0.0` will return a string like
2123
#
2224
# v0.0-856-g329708b

0 commit comments

Comments
 (0)