Skip to content

Commit e535ee7

Browse files
committed
remove more bwc references
1 parent 08d00c3 commit e535ee7

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

x-pack/build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)