File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
buildSrc/src/main/groovy/org/elasticsearch/hadoop/gradle Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -194,20 +194,6 @@ class BuildPlugin implements Plugin<Project> {
194
194
}
195
195
}
196
196
}
197
-
198
- // Do substitutions for ES fixture downloads
199
- project. configurations. all { Configuration configuration ->
200
- configuration. resolutionStrategy. dependencySubstitution { DependencySubstitutions subs ->
201
- // TODO: Build tools requests a version format that does not match the version id of the distribution.
202
- // Fix this when it is fixed in the mainline
203
- subs. substitute(subs. module(" dnm:elasticsearch:${ project.ext.elasticsearchVersion} linux-x86_64" ))
204
- .with(subs. module(" dnm:elasticsearch:${ project.ext.elasticsearchVersion} -linux-x86_64" ))
205
- subs. substitute(subs. module(" dnm:elasticsearch:${ project.ext.elasticsearchVersion} windows-x86_64" ))
206
- .with(subs. module(" dnm:elasticsearch:${ project.ext.elasticsearchVersion} -windows-x86_64" ))
207
- subs. substitute(subs. module(" dnm:elasticsearch:${ project.ext.elasticsearchVersion} darwin-x86_64" ))
208
- .with(subs. module(" dnm:elasticsearch:${ project.ext.elasticsearchVersion} -darwin-x86_64" ))
209
- }
210
- }
211
197
}
212
198
213
199
/**
You can’t perform that action at this time.
0 commit comments