1
0
Fork 0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-03-02 14:48:31 +01:00

Fix LAN support compiled?

This commit is contained in:
DoctorMacc 2020-11-11 23:35:44 -05:00
parent b11d2bcd3f
commit 566113fa1e

View file

@ -84,6 +84,7 @@ task sourcesJar(type: Jar, dependsOn: classes) {
shadowJar {
configurations = [project.configurations.shadow]
relocate("it.unimi.dsi.fastutil", "org.geysermc.relocate.fastutil")
}
jar {