Skip to content

Commit 96661d6

Browse files
committed
fix: use me.zetastormy as group and libs package
1 parent 542d9b5 commit 96661d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id("io.papermc.paperweight.userdev") version ("2.0.0-beta.19")
55
}
66

7-
group = "team.devblook"
7+
group = "me.zetastormy"
88
version = property("projectVersion") as String
99
description = "A modern Minecraft server hub core solution. Based on DeluxeHub by ItsLewizzz."
1010

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ org.gradle.caching=true
22
org.gradle.parallel=true
33
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
44
projectVersion=1.10.2
5-
libsPackage=team.devblook.akropolis.libs
5+
libsPackage=me.zetastormy.akropolis.libs

0 commit comments

Comments
 (0)