mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-10 15:05:33 +00:00
Remove files that are no longer required for OpenSearch. Signed-off-by: Rabi Panda <adnapibar@gmail.com>
9 lines
296 B
Properties
9 lines
296 B
Properties
# 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=
|