From ea7a071aaea292ba73aa9f9e110c2f60bafaf4b2 Mon Sep 17 00:00:00 2001 From: TheSaminator Date: Wed, 15 Jun 2022 14:11:32 -0400 Subject: [PATCH] Update Maven group --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.25.1