Skip to content

Commit 64a6f5a

Browse files
authored
Generate compatible versions artifact in distributions dir (#124119) (#124130)
1 parent f4e505e commit 64a6f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def generateUpgradeCompatibilityFile = tasks.register("generateUpgradeCompatibil
234234
}
235235

236236
def upgradeCompatibilityZip = tasks.register("upgradeCompatibilityZip", Zip) {
237-
archiveFile.set(project.layout.buildDirectory.file("rolling-upgrade-compatible-${VersionProperties.elasticsearch}.zip"))
237+
archiveFile.set(project.layout.buildDirectory.file("distributions/rolling-upgrade-compatible-${VersionProperties.elasticsearch}.zip"))
238238
from(generateUpgradeCompatibilityFile)
239239
}
240240

0 commit comments

Comments
 (0)