File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,13 +55,4 @@ subprojects {
5555 ext. projectSubstitutions + = [ " org.elasticsearch.plugin:x-pack-security:${ version} " : xpackModule(' security' )]
5656 ext. projectSubstitutions + = [ " org.elasticsearch.plugin:x-pack-upgrade:${ version} " : xpackModule(' upgrade' )]
5757 ext. projectSubstitutions + = [ " org.elasticsearch.plugin:x-pack-watcher:${ version} " : xpackModule(' watcher' )]
58-
59- bwcVersions. snapshotProjectNames. each { snapshotName ->
60- Version snapshot = bwcVersions. getSnapshotForProject(snapshotName)
61- if (snapshot != null && snapshot. onOrAfter(" 6.3.0" )) {
62- String snapshotProject = " :x-pack:plugin:bwc:${ snapshotName} "
63- project(snapshotProject). ext. bwcVersion = snapshot
64- ext. projectSubstitutions[" org.elasticsearch.plugin:x-pack:${ snapshot} " ] = snapshotProject
65- }
66- }
6758}
You can’t perform that action at this time.
0 commit comments