Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-03 14:50:19 +01:00
Apparently exclusion isn't working. Temporary fix
Dieser Commit ist enthalten in:
Ursprung
49f02081e0
Commit
24da65dcb5
@ -85,10 +85,8 @@ task sourcesJar(type: Jar, dependsOn: classes) {
|
|||||||
shadowJar {
|
shadowJar {
|
||||||
configurations = [project.configurations.shadow]
|
configurations = [project.configurations.shadow]
|
||||||
relocate("it.unimi.dsi.fastutil", "org.geysermc.relocate.fastutil")
|
relocate("it.unimi.dsi.fastutil", "org.geysermc.relocate.fastutil")
|
||||||
dependencies {
|
relocate("org.objectweb.asm", "org.geysermc.relocate.asm")
|
||||||
// https://github.com/CardboardPowered/cardboard/issues/139
|
relocate("org.yaml", "org.geysermc.relocate.yaml") // https://github.com/CardboardPowered/cardboard/issues/139
|
||||||
exclude(dependency('org.objectweb:asm:*'))
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren