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 8431fa7 commit 6892523Copy full SHA for 6892523
1 file changed
build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id "viaproxy.plugin-conventions"
3
- id "net.lenni0451.repackager" version "1.0.2"
+ id "net.lenni0451.jar-transformer" version "1.1.0"
4
}
5
6
configurations {
@@ -54,10 +54,14 @@ dependencies {
54
55
56
57
-dependencyRepackager {
58
- configuration = configurations.repackagedIncludeInJar
59
- relocations = [
60
- "org.cloudburstmc.netty": "org.cloudburstmc.upstream.netty"
61
- ]
62
- removeEmptyDirs = true
+jarTransformer {
+ dependency {
+ configuration = configurations.repackagedIncludeInJar
+ repackage {
+ relocations = [
+ "org.cloudburstmc.netty": "org.cloudburstmc.upstream.netty"
63
+ ]
64
+ removeEmptyDirs = true
65
+ }
66
67
0 commit comments