Skip to content

Commit a25cdda

Browse files
committed
Switch build to OpenJDK 11
Java 9 is EoL which causes some builds to fail like #121. Java 11 is the current LTS however Oracle no longer provides updates for their OpenJDK 11 builds and Oracle JDK 11 has an OTN license. This makes openjdk11 currently the best option for TravisCI.
1 parent a135d75 commit a25cdda

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
language: java
22
jdk:
3-
- oraclejdk9
4-
addons:
5-
apt:
6-
packages:
7-
- oracle-java9-installer
3+
- openjdk11
84

95
after_success:
106
- mvn deploy -Dmaven.test.skip -DcreateDocs=true -s settings.xml

0 commit comments

Comments
 (0)