Skip to content

Commit

Permalink
Revert "IGNITE-11600 Fix launch script for Java 12 (apache#6323)"
Browse files Browse the repository at this point in the history
This reverts commit 4c352bc
  • Loading branch information
dspavlov committed Mar 22, 2019
1 parent 4c352bc commit edcf722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ignite.bat
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ if %MAJOR_JAVA_VER% GEQ 9 if %MAJOR_JAVA_VER% LSS 11 (
%JVM_OPTS%
)

if %MAJOR_JAVA_VER% GEQ 11 (
if %MAJOR_JAVA_VER% == 11 (
set JVM_OPTS= ^
--add-exports=java.base/jdk.internal.misc=ALL-UNNAMED ^
--add-exports=java.base/sun.nio.ch=ALL-UNNAMED ^
Expand Down

0 comments on commit edcf722

Please sign in to comment.