Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-07 08:40:09 +01:00
Dieser Commit ist enthalten in:
Ursprung
5fcf48e1c6
Commit
49f02081e0
@ -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 {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren