3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-08 10:50:11 +02:00
Camotoy 2021-01-15 14:27:55 -05:00
Ursprung 5fcf48e1c6
Commit 49f02081e0

Datei anzeigen

@ -85,6 +85,10 @@ 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:*'))
}
}
jar {