Skip to content

Commit 6c8f776

Browse files
committed
Generate compatible versions artifact in distributions dir (elastic#124119)
1 parent f4e505e commit 6c8f776

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)