Skip to content

Commit a1c766c

Browse files
authored
Build: Set bwc builds to always set snapshot (#26704)
This commit enforces bwc builds always generate snapshot versions, even when testing release versions in CI. closes #26702
1 parent bebff47 commit a1c766c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

distribution/bwc/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ if (enabled) {
134134
dependsOn checkoutBwcBranch, writeBuildMetadata
135135
dir = checkoutDir
136136
tasks = [':distribution:deb:assemble', ':distribution:rpm:assemble', ':distribution:zip:assemble']
137+
startParameter.systemPropertiesArgs = ['build.snapshot': 'true']
137138
doLast {
138139
List missing = [bwcDeb, bwcRpm, bwcZip].grep { file ->
139140
false == file.exists() }

0 commit comments

Comments
 (0)