Skip to content

Commit 3454b88

Browse files
committed
build: correct group
1 parent 78c7bb8 commit 3454b88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ plugins {
33
id("com.github.johnrengelman.shadow") version "8.1.1"
44
}
55

6-
group = "org.allaymc.myplugin"
7-
description = "My plugin"
6+
group = "org.allaymc.javaplugintemplate"
7+
description = "Java plugin template for allay server"
88
version = "1.0.0"
99

1010
java {

0 commit comments

Comments
 (0)