mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-10 06:55:32 +00:00
This commit adds the SPDX Apache-2.0 license header along with an additional copyright header for all modifications. Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
20 lines
580 B
Properties
20 lines
580 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=openjdk14
|
|
OPENSEARCH_RUNTIME_JAVA=java8
|
|
GRADLE_TASK=build
|
|
GRADLE_EXTRA_ARGS=
|