Camotoy 2021-01-15 14:27:55 -05:00
parent 5fcf48e1c6
commit 49f02081e0
1 changed files with 4 additions and 0 deletions

View File

@ -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 {