Skip to content

Commit a242341

Browse files
committed
fix: group id name
1 parent 69c93a8 commit a242341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tasks.named("shadowJar", ShadowJar::class).configure {
3434

3535
subprojects {
3636
if (project.path.startsWith(":platform:")) {
37-
group = "app.simplecloud.app.platform"
37+
group = "app.simplecloud.api.platform"
3838
}
3939

4040
apply {

0 commit comments

Comments
 (0)