Skip to content

Commit 9bb2a02

Browse files
author
Hendrik Muhs
authored
change the download location of the ml native code build (#36733)
change the download location to load the custom binaries created in elastic/ml-cpp#344
1 parent 5bc55e5 commit 9bb2a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/ml/cpp-snapshot/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ext.version = VersionProperties.elasticsearch
99
// for this project so it can be used with dependency substitution.
1010

1111
void getZip(File snapshotZip) {
12-
String zipUrl = "http://prelert-artifacts.s3.amazonaws.com/maven/org/elasticsearch/ml/ml-cpp/${version}/ml-cpp-${version}.zip"
12+
String zipUrl = "http://prelert-artifacts.s3.amazonaws.com/maven/org/elasticsearch/ml/ml-cpp-df/${version}/ml-cpp-df-${version}.zip"
1313
File snapshotMd5 = new File(snapshotZip.toString() + '.md5')
1414
HttpURLConnection conn = (HttpURLConnection) new URL(zipUrl).openConnection();
1515

0 commit comments

Comments
 (0)