We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c93a8 commit a242341Copy full SHA for a242341
build.gradle.kts
@@ -34,7 +34,7 @@ tasks.named("shadowJar", ShadowJar::class).configure {
34
35
subprojects {
36
if (project.path.startsWith(":platform:")) {
37
- group = "app.simplecloud.app.platform"
+ group = "app.simplecloud.api.platform"
38
}
39
40
apply {
0 commit comments