mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Fix LAN support compiled?
This commit is contained in:
parent
b11d2bcd3f
commit
566113fa1e
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ 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")
|
||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
|
|
Loading…
Reference in a new issue