We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f92364a commit f46f875Copy full SHA for f46f875
script/build
@@ -17,6 +17,8 @@ POM_TEMPLATE="pom.template.xml"
17
POM_FILE="pom.xml"
18
CLJS_SCRIPT_MVN_OPTS=${CLJS_SCRIPT_MVN_OPTS:-""}
19
20
+export MAVEN_OPTS="${MAVEN_OPTS} --add-opens java.base/java.util=ALL-UNNAMED"
21
+
22
# The command `git describe --match v0.0` will return a string like
23
#
24
# v0.0-856-g329708b
0 commit comments