File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 2020 distribution : oracle
2121 - shell : bash
2222 run : |
23- mvn package
24-
25- OPTIONS="--add-opens=java.base/jdk.internal.access=ALL-UNNAMED \
23+ MVN_OPTS="--add-opens=java.base/jdk.internal.access=ALL-UNNAMED \
2624 --add-opens=java.base/jdk.internal.misc=ALL-UNNAMED \
2725 --add-opens=java.base/sun.nio.ch=ALL-UNNAMED \
2826 --add-opens=java.base/sun.util.calendar=ALL-UNNAMED \
4644 --add-opens=java.base/java.text=ALL-UNNAMED \
4745 --add-opens=java.management/sun.management=ALL-UNNAMED \
4846 --add-opens java.desktop/java.awt.font=ALL-UNNAMED"
49-
50- java $OPTIONS -classpath target/apache-ignite-example-*-jar-with-dependencies.jar org.moeaframework.ignite.IgniteMasterSlaveExample
51- java $OPTIONS -classpath target/apache-ignite-example-*-jar-with-dependencies.jar org.moeaframework.ignite.IgniteIslandModelExample
47+ mvn compile exec:java -Dexec.mainClass="org.moeaframework.ignite.IgniteMasterSlaveExample"
48+ mvn compile exec:java -Dexec.mainClass="org.moeaframework.ignite.IgniteIslandModelExample"
You can’t perform that action at this time.
0 commit comments