Skip to content

Commit c60d392

Browse files
authored
[cuvs-java] Move to the official 25.10.0 release artifact (#136546) (#136557)
(cherry picked from commit f0861d8)
1 parent 5272411 commit c60d392

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

gradle/verification-metadata.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1199,9 +1199,9 @@
11991199
<sha256 value="64fab42f17bf8e0efb193dd34da716ef7abb7515234036119df1776b808dc066" origin="Generated by Gradle"/>
12001200
</artifact>
12011201
</component>
1202-
<component group="com.nvidia.cuvs" name="cuvs-java" version="25.10.0-815d86dd">
1203-
<artifact name="cuvs-java-25.10.0-815d86dd.jar">
1204-
<sha256 value="b15a5f63b7cc2349444ee5470dfe7a316ccd11b6fcc4be3dd4b11aaeb2ae65fe" origin="Generated by Gradle"/>
1202+
<component group="com.nvidia.cuvs" name="cuvs-java" version="25.10.0">
1203+
<artifact name="cuvs-java-25.10.0.jar">
1204+
<sha256 value="c910758202b52e2682ef9c5d5f468543cb3342ee0e2bb7e73c7870b82bd7be79" origin="Generated by Gradle"/>
12051205
</artifact>
12061206
</component>
12071207
<component group="com.perforce" name="p4java" version="2015.2.1365273">

x-pack/plugin/gpu/build.gradle

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,10 @@ base {
1313
archivesName = 'x-pack-gpu'
1414
}
1515

16-
repositories {
17-
maven {
18-
url = uri("https://storage.googleapis.com/elasticsearch-cuvs-snapshots")
19-
}
20-
}
21-
2216
dependencies {
2317
compileOnly project(path: xpackModule('core'))
2418
compileOnly project(':server')
25-
implementation('com.nvidia.cuvs:cuvs-java:25.10.0-815d86dd')
19+
implementation('com.nvidia.cuvs:cuvs-java:25.10.0')
2620
testImplementation(testArtifact(project(xpackModule('core'))))
2721
testImplementation(testArtifact(project(':server')))
2822
yamlRestTestImplementation(project(xpackModule('gpu')))

0 commit comments

Comments
 (0)