Use "-dirty" for marking dirty builds because Windows doesn't like "*"
This commit is contained in:
@@ -13,7 +13,7 @@ if (releaseCommit == currentCommit) {
|
|||||||
version = "$latestVersion-$diff-g${currentCommit.substring(0, 7)}"
|
version = "$latestVersion-$diff-g${currentCommit.substring(0, 7)}"
|
||||||
}
|
}
|
||||||
if (gitDescribe().endsWith('*')) {
|
if (gitDescribe().endsWith('*')) {
|
||||||
version = "$version*"
|
version = "$version-dirty"
|
||||||
}
|
}
|
||||||
|
|
||||||
group= "com.replaymod"
|
group= "com.replaymod"
|
||||||
|
|||||||
Reference in New Issue
Block a user