2021-04-09 15:28:18 -04:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
|
2018-04-02 14:24:25 -04:00
|
|
|
# This .properties file defines the versions of Java with which to
|
2021-03-19 10:51:03 -04:00
|
|
|
# build and test OpenSearch for this branch. Valid Java versions
|
2018-04-02 14:24:25 -04:00
|
|
|
# are 'java' or 'openjdk' followed by the major release number.
|
|
|
|
|
2021-07-06 12:55:23 -04:00
|
|
|
OPENSEARCH_BUILD_JAVA=openjdk11
|
2022-02-02 20:59:10 -05:00
|
|
|
OPENSEARCH_RUNTIME_JAVA=java11
|
2018-10-02 10:11:01 -04:00
|
|
|
GRADLE_TASK=build
|
2019-10-09 07:26:26 -04:00
|
|
|
GRADLE_EXTRA_ARGS=
|