We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc55e5 commit 9bb2a02Copy full SHA for 9bb2a02
x-pack/plugin/ml/cpp-snapshot/build.gradle
@@ -9,7 +9,7 @@ ext.version = VersionProperties.elasticsearch
9
// for this project so it can be used with dependency substitution.
10
11
void getZip(File snapshotZip) {
12
- String zipUrl = "http://prelert-artifacts.s3.amazonaws.com/maven/org/elasticsearch/ml/ml-cpp/${version}/ml-cpp-${version}.zip"
+ String zipUrl = "http://prelert-artifacts.s3.amazonaws.com/maven/org/elasticsearch/ml/ml-cpp-df/${version}/ml-cpp-df-${version}.zip"
13
File snapshotMd5 = new File(snapshotZip.toString() + '.md5')
14
HttpURLConnection conn = (HttpURLConnection) new URL(zipUrl).openConnection();
15
0 commit comments