mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
This commit is contained in:
parent
5fcf48e1c6
commit
49f02081e0
1 changed files with 4 additions and 0 deletions
|
@ -85,6 +85,10 @@ 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 {
|
||||||
|
// https://github.com/CardboardPowered/cardboard/issues/139
|
||||||
|
exclude(dependency('org.objectweb:asm:*'))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
|
|
Loading…
Reference in a new issue