Feature/web gui (#14)
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
This commit is contained in:
parent
c8b85b882d
commit
b8e1074150
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ scmVersion {
|
|||
tag {
|
||||
def shortened = project.name.startsWith(project.group + ".") ?
|
||||
project.name.substring(project.group.length() + 1) : project.name
|
||||
if (shortened == "manager") {
|
||||
shortened = "manager-app";
|
||||
}
|
||||
var p = shortened.replace('.', '-') + "-"
|
||||
if (grgit.branch.current.name != "main"
|
||||
&& !grgit.branch.current.name.startsWith("release")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue