From 71b95f17e45517a5b7830c7b831f63198092217d Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Tue, 6 Jun 2023 18:34:58 +0200 Subject: [PATCH] Update top level group Id (#4055) --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b7963f49a..b2631fe25 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ plugins { id("xyz.jpenilla.run-paper") version "2.1.0" } -group = "com.plotsquared" +group = "com.intellectualsites.plotsquared" version = "7.0.0-SNAPSHOT" if (!File("$rootDir/.git").exists()) {