瀏覽代碼

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 年之前
父節點
當前提交
18e74cb92e
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      .ci/matrix-build-javas.yml

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

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