Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 23a4597

Browse files
author
Jeremy Rios
committed
Change build.gradle to use Semantic Version
1 parent 5db8f6e commit 23a4597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

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

1111

1212

0 commit comments

Comments
 (0)