Skip to content
Snippets Groups Projects
Commit bee440ca authored by Vincent Massol's avatar Vincent Massol
Browse files

[Misc] Removing bad "--add-opens" (java.concurrent doesn't exist, it's...

[Misc] Removing bad "--add-opens" (java.concurrent doesn't exist, it's java.util.concurrent), already covered by the open on "java.util"
parent f916e00a
No related branches found
No related tags found
No related merge requests found
...@@ -220,8 +220,7 @@ fi ...@@ -220,8 +220,7 @@ fi
if [ "$JAVA_VERSION" -gt 11 ]; then if [ "$JAVA_VERSION" -gt 11 ]; then
XWIKI_OPENS_LANG="--add-opens java.base/java.lang=ALL-UNNAMED" XWIKI_OPENS_LANG="--add-opens java.base/java.lang=ALL-UNNAMED"
XWIKI_OPENS_UTIL="--add-opens java.base/java.util=ALL-UNNAMED" XWIKI_OPENS_UTIL="--add-opens java.base/java.util=ALL-UNNAMED"
XWIKI_OPENS_CONCURRENT="--add-opens java.base/java.concurrent=ALL-UNNAMED" XWIKI_OPTS="$XWIKI_OPENS_LANG $XWIKI_OPENS_UTIL $XWIKI_OPTS"
XWIKI_OPTS="$XWIKI_OPENS_LANG $XWIKI_OPENS_UTIL $XWIKI_OPENS_CONCURRENT $XWIKI_OPTS"
fi fi
# We save the shell PID here because we do an exec below and exec will replace the shell with the executed command # We save the shell PID here because we do an exec below and exec will replace the shell with the executed command
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment