Skip to content

Commit

Permalink
Fix warning on latest JDK 24.ea
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Sep 11, 2024
1 parent bb99857 commit b268754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apache-maven/src/assembly/shared/run
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ fi
exec "$JAVACMD" \
$MAVEN_OPTS \
$MAVEN_DEBUG_OPTS \
--enable-native-access=ALL-UNNAMED \
-classpath "$LAUNCHER_JAR" \
"-Dclassworlds.conf=$CLASSWORLDS_CONF" \
"-Dmaven.home=$MAVEN_HOME" \
Expand Down
1 change: 1 addition & 0 deletions apache-maven/src/assembly/shared/run.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"%JAVACMD%" ^
%MAVEN_OPTS% ^
%MAVEN_DEBUG_OPTS% ^
--enable-native-access=ALL-UNNAMED ^
-classpath %LAUNCHER_JAR% ^
"-Dclassworlds.conf=%CLASSWORLDS_CONF%" ^
"-Dmaven.home=%MAVEN_HOME%" ^
Expand Down

0 comments on commit b268754

Please sign in to comment.