Browse Source

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.
Jason Tedor 6 years ago
parent
commit
18e74cb92e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .ci/matrix-build-javas.yml

+ 0 - 1
.ci/matrix-build-javas.yml

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