Update Maven group
authorTheSaminator <TheSaminator@users.noreply.github.com>
Wed, 15 Jun 2022 18:11:32 +0000 (14:11 -0400)
committerTheSaminator <TheSaminator@users.noreply.github.com>
Wed, 15 Jun 2022 18:11:32 +0000 (14:11 -0400)
build.gradle.kts

index 1d23ed9fb8fbe7ecfa9db80e83f8bd2be400534b..c958039480b9b9f005d89df0281c7e1f94af08fd 100644 (file)
@@ -32,7 +32,7 @@ plugins {
        application
 }
 
-group = "io.github.thesaminator"
+group = "net.starshipfights"
 
 val isDevEnv: Boolean by extra {
        val configFile = file("config.json")