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:
18
18
with :
19
19
java-version : ${{ matrix.java }}
20
20
distribution : oracle
21
- - run : |
21
+ - shell : bash
22
+ run : |
22
23
mvn package
23
24
24
- $OPTIONS=@'
25
- --add-opens=java.base/jdk.internal.access=ALL-UNNAMED \
25
+ $OPTIONS="--add-opens=java.base/jdk.internal.access=ALL-UNNAMED \
26
26
--add-opens=java.base/jdk.internal.misc=ALL-UNNAMED \
27
27
--add-opens=java.base/sun.nio.ch=ALL-UNNAMED \
28
28
--add-opens=java.base/sun.util.calendar=ALL-UNNAMED \
45
45
--add-opens=java.base/java.time=ALL-UNNAMED \
46
46
--add-opens=java.base/java.text=ALL-UNNAMED \
47
47
--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"
50
49
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