Skip to content

Commit 4088af4

Browse files
committed
[Build] Build on OpenJdk8
1 parent 0482815 commit 4088af4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.m2/travis-ci-toolchains.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<toolchain>
44
<type>jdk</type>
55
<provides>
6-
<version>11</version>
6+
<version>8</version>
77
<vendor>openjdk</vendor>
88
</provides>
99
<configuration>
10-
<jdkHome>/usr/local/lib/jvm/openjdk11</jdkHome>
10+
<jdkHome>/usr/local/lib/jvm/openjdk8</jdkHome>
1111
</configuration>
1212
</toolchain>
1313
</toolchains>

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
- stage: test
1111
scala: 2.11
1212
script: mvn test -pl scala/scala_2.11 -B --toolchains .m2/travis-ci-toolchains.xml
13-
jdk: openjdk11
13+
jdk: openjdk8
1414
- stage: test
1515
scala: 2.12
1616
script: mvn test -pl scala/scala_2.12,examples -B --toolchains .m2/travis-ci-toolchains.xml
17-
jdk: openjdk11
17+
jdk: openjdk8
1818
- stage: test
1919
scala: 2.13
2020
script: mvn test -pl scala/scala_2.13,examples -B --toolchains .m2/travis-ci-toolchains.xml
21-
jdk: openjdk11
21+
jdk: openjdk8
2222
branches:
2323
only:
2424
- master

0 commit comments

Comments
 (0)