mirror of https://github.com/grpc/grpc-java.git
travis: Drop testing for Java 10
oracle10 is failing during setup with:
The command "bash install-jdk.sh -F 10 -L BCL --target $JAVA_HOME --workspace ${TRAVIS_HOME}/.cache/install-jdk" failed and exited with 8 during .
We should be adding support for Java 11 and dropping Java 9-10 anyway,
since Java 9-10 are unsupported.
This commit is contained in:
parent
c729a0f76b
commit
f7dec06fbc
|
|
@ -49,7 +49,6 @@ jdk:
|
|||
# processor based plugin.
|
||||
- oraclejdk8 # if both jdk 8 and 9 are removed, migrate to net.ltgt.errorprone-javacplugin (see above comment)
|
||||
- oraclejdk9 # if both jdk 8 and 9 are removed, migrate to net.ltgt.errorprone-javacplugin (see above comment)
|
||||
- oraclejdk10
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue