Skip to content

Commit

Permalink
Try fixing travis by using openjdk8 instead of oraclejdk8
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 authored May 20, 2020
1 parent 20163b6 commit 6399080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: java
jdk: oraclejdk8
script: ./gradlew build -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true
jdk: openjdk8
script: ./gradlew build -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true

0 comments on commit 6399080

Please sign in to comment.