File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
1818 with :
1919 java-version : ${{ matrix.java }}
2020 distribution : oracle
21- - run : |
21+ - shell : bash
22+ run : |
2223 mvn package
2324
24- $OPTIONS=@'
25- --add-opens=java.base/jdk.internal.access=ALL-UNNAMED \
25+ $OPTIONS="--add-opens=java.base/jdk.internal.access=ALL-UNNAMED \
2626 --add-opens=java.base/jdk.internal.misc=ALL-UNNAMED \
2727 --add-opens=java.base/sun.nio.ch=ALL-UNNAMED \
2828 --add-opens=java.base/sun.util.calendar=ALL-UNNAMED \
4545 --add-opens=java.base/java.time=ALL-UNNAMED \
4646 --add-opens=java.base/java.text=ALL-UNNAMED \
4747 --add-opens=java.management/sun.management=ALL-UNNAMED \
48- --add-opens java.desktop/java.awt.font=ALL-UNNAMED
49- '@
48+ --add-opens java.desktop/java.awt.font=ALL-UNNAMED"
5049
51- java @ OPTIONS -classpath target/apache-ignite-example-*-jar-with-dependencies.jar org.moeaframework.ignite.IgniteMasterSlaveExample
52- java @ OPTIONS -classpath target/apache-ignite-example-*-jar-with-dependencies.jar org.moeaframework.ignite.IgniteIslandModelExample
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
You can’t perform that action at this time.
0 commit comments