Skip to content

Commit 9dd7ee2

Browse files
committed
chore: update group name
1 parent 51f1cb0 commit 9dd7ee2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ plugins {
55
id("com.github.johnrengelman.shadow") version "8.1.1"
66
}
77

8-
group = "org.allaymc.javaplugintemplate"
8+
// TODO: Update the group to yours
9+
group = "org.allaymc"
10+
// TODO: Update the description to yours
911
description = "Java plugin template for allay server"
1012
version = "0.1.0"
1113

@@ -20,7 +22,7 @@ repositories {
2022
}
2123

2224
dependencies {
23-
// TODO: Remember to update the version of api to the latest
25+
// TODO: Update the version of api to the latest
2426
compileOnly(group = "org.allaymc.allay", name = "api", version = "0.12.0")
2527
compileOnly(group = "org.projectlombok", name = "lombok", version = "1.18.34")
2628

0 commit comments

Comments
 (0)