mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-12-23 06:50:26 +01:00
Apparently exclusion isn't working. Temporary fix
This commit is contained in:
parent
49f02081e0
commit
24da65dcb5
1 changed files with 2 additions and 4 deletions
|
@ -85,10 +85,8 @@ task sourcesJar(type: Jar, dependsOn: classes) {
|
|||
shadowJar {
|
||||
configurations = [project.configurations.shadow]
|
||||
relocate("it.unimi.dsi.fastutil", "org.geysermc.relocate.fastutil")
|
||||
dependencies {
|
||||
// https://github.com/CardboardPowered/cardboard/issues/139
|
||||
exclude(dependency('org.objectweb:asm:*'))
|
||||
}
|
||||
relocate("org.objectweb.asm", "org.geysermc.relocate.asm")
|
||||
relocate("org.yaml", "org.geysermc.relocate.yaml") // https://github.com/CardboardPowered/cardboard/issues/139
|
||||
}
|
||||
|
||||
jar {
|
||||
|
|
Loading…
Reference in a new issue