mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
Travis CI: Don't build with Oracle JDK 7
since the bump of Error Prone to 2.0.15, the JDK 7 javac is no longer supported. Note that we still generate version 51 (Java 7) class files.
This commit is contained in:
parent
4d58fc136b
commit
bb3eeb9af0
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ android:
|
|||
- android-8
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
- oraclejdk7
|
||||
sudo: false
|
||||
cache:
|
||||
directories:
|
||||
|
|
Loading…
Reference in a new issue