mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
We have a long history of advancing the required compiler to the newest JDK. JDK 13 has been with us for awhile, but we were blocked from upgrading since Gradle was not compatible with JDK 13. With the advancement in our project to Gradle 6 which supports JDK 13, we can now advance our minimum compiler version. This commit updates the minimum compiler version to 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:
|
|
- openjdk13
|