mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
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.
10 lines
343 B
YAML
10 lines
343 B
YAML
# This file is used as part of a matrix build in Jenkins where the
|
|
# values below are included as an axis of the matrix.
|
|
|
|
# This axis of the build matrix represents the versions of Java with
|
|
# which Elasticsearch will be built. Valid Java versions are 'java'
|
|
# or 'openjdk' followed by the major release number.
|
|
|
|
ES_BUILD_JAVA:
|
|
- openjdk12
|