Skip to content

Commit

Permalink
Build: Set bwc builds to always set snapshot (#26704)
Browse files Browse the repository at this point in the history
This commit enforces bwc builds always generate snapshot versions, even
when testing release versions in CI.

closes #26702
  • Loading branch information
rjernst authored Sep 20, 2017
1 parent bebff47 commit a1c766c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distribution/bwc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ if (enabled) {
dependsOn checkoutBwcBranch, writeBuildMetadata
dir = checkoutDir
tasks = [':distribution:deb:assemble', ':distribution:rpm:assemble', ':distribution:zip:assemble']
startParameter.systemPropertiesArgs = ['build.snapshot': 'true']
doLast {
List missing = [bwcDeb, bwcRpm, bwcZip].grep { file ->
false == file.exists() }
Expand Down

0 comments on commit a1c766c

Please sign in to comment.