mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 10:36:06 +01:00
Stop relocating and minimizing for hk2.
This commit is contained in:
parent
0f1d1adeb2
commit
eac2fa53cb
@ -233,10 +233,7 @@ shadowJar {
|
||||
relocate 'io.github.townyadvanced.commentedconfiguration', 'com.onarandombox.commentedconfiguration'
|
||||
relocate 'me.main__.util', 'com.onarandombox.serializationconfig'
|
||||
relocate 'org.bstats', 'com.onarandombox.bstats'
|
||||
relocate 'org.glassfish.hk2', 'com.onarandombox.hk2'
|
||||
relocate 'org.jvnet', 'com.onarandombox.jvnet'
|
||||
relocate 'com.sun', 'com.onarandombox.sun'
|
||||
relocate 'io.vavr', 'com.onarandombox.vavr'
|
||||
relocate 'net.minidev', 'com.onarandombox.minidev'
|
||||
relocate 'org.objectweb', 'com.onarandombox.objectweb'
|
||||
|
||||
@ -249,12 +246,6 @@ shadowJar {
|
||||
it.moduleGroup == 'org.jetbrains.kotlin'
|
||||
})
|
||||
}
|
||||
|
||||
minimize {
|
||||
exclude(dependency {
|
||||
it.moduleGroup == 'co.aikar'
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
build.dependsOn shadowJar
|
||||
|
Loading…
Reference in New Issue
Block a user