Skip to content

Commit

Permalink
Make travis CI use openjdk
Browse files Browse the repository at this point in the history
  • Loading branch information
jk1 committed Sep 7, 2019
1 parent a3298df commit 2ca2e1b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
language: groovy
jdk:
- oraclejdk8
jdk: openjdk8
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
install: true

0 comments on commit 2ca2e1b

Please sign in to comment.