Replaced oracle JDK 7 with openJDK 7 to fix broken build. (#1184)

This commit is contained in:
inder123 2017-10-31 11:42:49 -07:00 committed by GitHub
parent 28344d861d
commit 6c05cedecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
language: java
jdk:
- oraclejdk7
- openjdk7
- oraclejdk8
install: mvn -f gson install -DskipTests=true