Skip to content

Commit 4a69701

Browse files
committed
Set build JDK to java 8
1 parent 7de96f6 commit 4a69701

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,6 @@
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>

0 commit comments

Comments
 (0)