File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 20
20
distribution : oracle
21
21
- shell : bash
22
22
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 \
26
24
--add-opens=java.base/jdk.internal.misc=ALL-UNNAMED \
27
25
--add-opens=java.base/sun.nio.ch=ALL-UNNAMED \
28
26
--add-opens=java.base/sun.util.calendar=ALL-UNNAMED \
46
44
--add-opens=java.base/java.text=ALL-UNNAMED \
47
45
--add-opens=java.management/sun.management=ALL-UNNAMED \
48
46
--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