3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-03 08:21:06 +02:00

Properly exclude Fastutil

Dieser Commit ist enthalten in:
Camotoy 2022-06-14 21:49:47 -04:00
Ursprung fb03885eb8
Commit 3b32b16bc8

Datei anzeigen

@ -32,7 +32,7 @@ dependencies {
exclude group: 'com.google.guava', module: "guava"
exclude group: 'com.google.code.gson', module: "gson"
exclude group: 'org.slf4j'
exclude group: 'it.unimi.dsi.fastutil'
exclude group: 'com.nukkitx.fastutil'
exclude group: 'io.netty.incubator'
}
}