We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f1cb0 commit 9dd7ee2Copy full SHA for 9dd7ee2
1 file changed
build.gradle.kts
@@ -5,7 +5,9 @@ plugins {
5
id("com.github.johnrengelman.shadow") version "8.1.1"
6
}
7
8
-group = "org.allaymc.javaplugintemplate"
+// TODO: Update the group to yours
9
+group = "org.allaymc"
10
+// TODO: Update the description to yours
11
description = "Java plugin template for allay server"
12
version = "0.1.0"
13
@@ -20,7 +22,7 @@ repositories {
20
22
21
23
24
dependencies {
- // TODO: Remember to update the version of api to the latest
25
+ // TODO: Update the version of api to the latest
26
compileOnly(group = "org.allaymc.allay", name = "api", version = "0.12.0")
27
compileOnly(group = "org.projectlombok", name = "lombok", version = "1.18.34")
28
0 commit comments