8000 Change to OpenJDK8 · oeway/scijava-scripts@37639e2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 37639e2

Browse files
authored
Change to OpenJDK8
The new default environment on Travis CI (xenial) doesn't support Oracle JDK 8. Let's change to OpenJDK 8 as long as we need to stick to Java 8 in general.
1 parent 7f9c758 commit 37639e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travisify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ process() {
115115
# Add/update the Travis configuration file.
116116
cat >"$tmpFile" <<EOL
117117
language: java
118-
jdk: oraclejdk8
118+
jdk: openjdk8
119119
branches:
120120
only:
121121
- master

0 commit comments

Comments
 (0)
0