Skip to content

Commit

Permalink
set default version strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
jvff committed Jan 8, 2018
1 parent 7861e3a commit 10c6e54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/revision/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ model {
}

release {
versionStrategy new CiReleaseVersionStrategy()
def test = new CiReleaseVersionStrategy()
versionStrategy test
defaultVersionStrategy = test
}

task updateVersionMacros(type: UpdateSemVerMacrosTask) {
Expand Down

0 comments on commit 10c6e54

Please sign in to comment.