Compare commits
6
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
600adc81b5 | ||
|
|
ddac2870af | ||
|
|
8d9c8c1394 | ||
|
|
b59c3bcb23 | ||
|
|
7f554adba5 | ||
|
|
21ce061282 |
+2
-2
@@ -10,8 +10,8 @@ ext {
|
||||
}
|
||||
|
||||
def gitVersion() {
|
||||
def process = "git describe --abbrev=0 --tags".execute()
|
||||
return process.text.substring(1).replaceAll("\\.", "").trim()
|
||||
def process = "git for-each-ref refs/tags --sort=-authordate --format='%(refname:short)' --count=1".execute()
|
||||
return process.text.replaceAll("'", "").substring(1).replaceAll("\\.", "").trim()
|
||||
}
|
||||
|
||||
def versionCodeFromGit() {
|
||||
|
500 Internal Server Error
Gitea Version: 1.28.0+dev-210-gd87d26d735 | ||||