mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Pleasing gh actions
This commit is contained in:
parent
fe1cb649c8
commit
6383ccea83
@ -25,7 +25,7 @@ ext {
|
|||||||
}
|
}
|
||||||
date = git.head().dateTime.format(DateTimeFormatter.ofPattern("yy.MM.dd"))
|
date = git.head().dateTime.format(DateTimeFormatter.ofPattern("yy.MM.dd"))
|
||||||
revision = "-${git.head().abbreviatedId}"
|
revision = "-${git.head().abbreviatedId}"
|
||||||
val commit: String? = Grgit.open().head().abbreviatedId
|
val commit: String? = git.head().abbreviatedId
|
||||||
buildNumber = if (project.hasProperty("buildnumber")) {
|
buildNumber = if (project.hasProperty("buildnumber")) {
|
||||||
project.properties["buildnumber"] as String
|
project.properties["buildnumber"] as String
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user