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=
|