forked from opensearch-project/opensearch-jvector
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
21 lines (19 loc) · 801 Bytes
/
Copy pathgradle.properties
File metadata and controls
21 lines (19 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# Copyright OpenSearch Contributors
# SPDX-License-Identifier: Apache-2.0
#
version=1.0.0
systemProp.bwc.version=3.2.0
jvector_version=4.0.0-rc.6
java_release_version=21
# org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
# --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
# --add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
# --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
# --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \
# --enable-native-access=ALL-UNNAMED \
# --add-opens java.base/java.nio=ALL-UNNAMED \
# --add-opens java.base/sun.nio.ch=ALL-UNNAMED \
# --add-opens java.base/jdk.internal.ref=ALL-UNNAMED \
# --enable-preview \
# -Djdk.incubator.foreign.restricted=permit