mirror of https://github.com/apache/maven.git
[MNG-8260] Fix warning on latest JDK 24.ea (#1718)
This commit is contained in:
parent
8d9f8da444
commit
9811df363b
|
@ -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" \
|
||||
|
|
|
@ -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%" ^
|
||||
|
|
Loading…
Reference in New Issue