Disable building on JDK 13 in CI

This commit disables building on JDK 13 in CI. The reason for this is
because Gradle is not yet ready to run on JDK 13. We could re-introduce
infrastructure to enable Gralde to run on a different JDK than the build
JDK, but rather than introducing such complexity we will instead wait
for Gradle to be ready to run on JDK 13.
This commit is contained in:
Jason Tedor 2019-06-05 09:47:06 -04:00
parent 293f306b9a
commit 0a99019259
No known key found for this signature in database
GPG Key ID: FA89F05560F16BC5

View File

@ -7,4 +7,3 @@
ES_BUILD_JAVA:
- openjdk12
- openjdk13