Skip to content

Commit

Permalink
Change build.gradle to use Semantic Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Rios committed Nov 30, 2021
1 parent 5db8f6e commit 23a4597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'ai.asserts'
version = new Date().format("YY.M.0") + '.' + 'git rev-parse --short HEAD'.execute().text.trim()
version = 'gitversion -output json -showvariable SemVer'.execute().text.trim()



Expand Down

0 comments on commit 23a4597

Please sign in to comment.