Skip to content

Commit e9d898a

Browse files
authored
Build: Remove legacy bwc files from xpack (#30485)
These bwc build files were leftover from before xpack was opened.
1 parent 6129d88 commit e9d898a

File tree

6 files changed

+0
-235
lines changed

6 files changed

+0
-235
lines changed

x-pack/build.gradle

-9
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
}

x-pack/plugin/bwc/build.gradle

-226
This file was deleted.

x-pack/plugin/bwc/maintenance-bugfix-snapshot/build.gradle

Whitespace-only changes.

x-pack/plugin/bwc/next-bugfix-snapshot/build.gradle

Whitespace-only changes.

x-pack/plugin/bwc/next-minor-snapshot/build.gradle

Whitespace-only changes.

x-pack/plugin/bwc/staged-minor-snapshot/build.gradle

Whitespace-only changes.

0 commit comments

Comments
 (0)