mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
* Adding support for JDK17 and removing JDK8 Signed-off-by: Martin Gaievski <gaievski@amazon.com> * Merge overlaping PR, bumping min java version to 11 Signed-off-by: Martin Gaievski <gaievski@amazon.com> * Removing references to JDK8 from dev guide Signed-off-by: Martin Gaievski <gaievski@amazon.com>
20 lines
581 B
Properties
20 lines
581 B
Properties
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# The OpenSearch Contributors require contributions made to
|
|
# this file be licensed under the Apache-2.0 license or a
|
|
# compatible open source license.
|
|
#
|
|
# Modifications Copyright OpenSearch Contributors. See
|
|
# GitHub history for details.
|
|
#
|
|
|
|
# This .properties file defines the versions of Java with which to
|
|
# build and test OpenSearch for this branch. Valid Java versions
|
|
# are 'java' or 'openjdk' followed by the major release number.
|
|
|
|
OPENSEARCH_BUILD_JAVA=openjdk11
|
|
OPENSEARCH_RUNTIME_JAVA=java11
|
|
GRADLE_TASK=build
|
|
GRADLE_EXTRA_ARGS=
|