Skip to content

Commit 30b917f

Browse files
author
Roshan George
committed
Switch to OpenJDK 8 for Travis builds
This is the same issue as LiveRamp/pmd_extensions@997e753 > Travis no longer supports Oracle JDK 8, only 9 through 14. However, we internally only use JDK 8 and so this code must work on feature set 8 so we set this to the openjdk8 environment which should work. > > For examples from the community see: https://travis-ci.community/t/error-installing-oraclejdk8-expected-feature-release-number-in-range-of-9-to-14-but-got-8/3766/3
1 parent 54a5d33 commit 30b917f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: java
22
jdk:
3-
- oraclejdk8
3+
- openjdk8
44
notifications:
55
email: false
66
before_deploy:

0 commit comments

Comments
 (0)