feat: better start message logging
This commit is contained in:
@@ -12,7 +12,7 @@ plugins {
|
||||
val commit = runCommand(arrayListOf("git", "rev-parse", "HEAD"))
|
||||
val changes = runCommand(arrayListOf("git", "diff", "--shortstat"))
|
||||
|
||||
group = "xyz.brettb.discord.ieeevents"
|
||||
group = "xyz.brettb.discord"
|
||||
version = "${rootProject.findProperty("major")}.${rootProject.findProperty("minor")}.${rootProject.findProperty("patch")}"
|
||||
|
||||
application {
|
||||
@@ -20,6 +20,7 @@ application {
|
||||
}
|
||||
|
||||
buildConfig {
|
||||
packageName("xyz.brettb.discord.ieeevents")
|
||||
className("IEEEventsBotInfo")
|
||||
buildConfigField("String", "VERSION", "\"${version}\"")
|
||||
buildConfigField("String", "COMMIT", "\"$commit\"")
|
||||
|
||||
Reference in New Issue
Block a user