File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,15 @@ jobs:
1010 - stage : test
1111 scala : 2.11
1212 script : mvn test -pl scala/scala_2.11 -B
13+ jdk : openjdk8
1314 - stage : test
1415 scala : 2.12
1516 script : mvn test -pl scala/scala_2.12,examples -B
17+ jdk : openjdk8
1618 - stage : test
1719 scala : 2.13
1820 script : mvn test -pl scala/scala_2.13,examples -B
21+ jdk : openjdk8
1922 - stage : deploy
2023 jdk : openjdk8
2124 script :
Original file line number Diff line number Diff line change 199199 <groupId >net.alchim31.maven</groupId >
200200 <artifactId >scala-maven-plugin</artifactId >
201201 <version >${scala-maven-plugin.version} </version >
202- <configuration >
203- <args >
204- <arg >-nobootcp</arg >
205- </args >
206- </configuration >
207202 </plugin >
208203
209204 </plugins >
You can’t perform that action at this time.
0 commit comments