Skip to content

Commit 74b8b29

Browse files
committed
refactor: undo relocation for now
1 parent cd66da3 commit 74b8b29

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

controller-api/build.gradle.kts

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
1+
//import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
22

33
dependencies {
44
api(project(":controller-shared"))
55
}
66

7-
tasks.named("shadowJar", ShadowJar::class) {
8-
mergeServiceFiles()
9-
10-
relocate("com", "app.simplecloud.external.com")
11-
relocate("google", "app.simplecloud.external.google")
12-
relocate("io", "app.simplecloud.external.io")
13-
relocate("org", "app.simplecloud.external.org")
14-
relocate("javax", "app.simplecloud.external.javax")
15-
relocate("android", "app.simplecloud.external.android")
16-
relocate("build.buf.gen.simplecloud", "app.simplecloud.buf")
17-
18-
archiveFileName.set("${project.name}.jar")
19-
}
7+
//tasks.named("shadowJar", ShadowJar::class) {
8+
// mergeServiceFiles()
9+
//
10+
// relocate("com", "app.simplecloud.external.com")
11+
// relocate("google", "app.simplecloud.external.google")
12+
// relocate("io", "app.simplecloud.external.io")
13+
// relocate("org", "app.simplecloud.external.org")
14+
// relocate("javax", "app.simplecloud.external.javax")
15+
// relocate("android", "app.simplecloud.external.android")
16+
// relocate("build.buf.gen.simplecloud", "app.simplecloud.buf")
17+
//
18+
// archiveFileName.set("${project.name}.jar")
19+
//}

0 commit comments

Comments
 (0)