Skip to content

Commit

Permalink
Build: Set bwc builds to always set snapshot
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 committed Sep 19, 2017
1 parent c3746b2 commit c41cfa6
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 c41cfa6

Please sign in to comment.