From: TheSaminator Date: Wed, 15 Jun 2022 18:11:32 +0000 (-0400) Subject: Update Maven group X-Git-Url: https://gitweb.starshipfights.net/?a=commitdiff_plain;h=ea7a071aaea292ba73aa9f9e110c2f60bafaf4b2;p=starship-fights Update Maven group --- diff --git a/build.gradle.kts b/build.gradle.kts index 1d23ed9..c958039 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,7 +32,7 @@ plugins { application } -group = "io.github.thesaminator" +group = "net.starshipfights" val isDevEnv: Boolean by extra { val configFile = file("config.json")