File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ configurations {
1919}
2020
2121var zstdVersion = " 1.5.5"
22- var vecVersion = " 1.0.11 "
22+ var vecVersion = " 1.0.12 "
2323
2424repositories {
2525 exclusiveContent {
@@ -52,7 +52,7 @@ dependencies {
5252 libs " org.elasticsearch:zstd:${ zstdVersion} :linux-aarch64"
5353 libs " org.elasticsearch:zstd:${ zstdVersion} :linux-x86-64"
5454 libs " org.elasticsearch:zstd:${ zstdVersion} :windows-x86-64"
55- // libs "org.elasticsearch:vec:${vecVersion}@zip" // temporarily comment this out, if testing a locally built native lib
55+ libs " org.elasticsearch:vec:${ vecVersion} @zip" // temporarily comment this out, if testing a locally built native lib
5656}
5757
5858def extractLibs = tasks. register(' extractLibs' , Copy ) {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if [ -z "$ARTIFACTORY_API_KEY" ]; then
2020 exit 1;
2121fi
2222
23- VERSION=" 1.0.11 "
23+ VERSION=" 1.0.12 "
2424ARTIFACTORY_REPOSITORY=" ${ARTIFACTORY_REPOSITORY:- https:// artifactory.elastic.dev/ artifactory/ elasticsearch-native/ } "
2525TEMP=$( mktemp -d)
2626
You can’t perform that action at this time.
0 commit comments