1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-28 03:09:08 +00:00

Remove unused annotation dependency

This commit is contained in:
Camotoy
2022-09-18 15:56:59 -04:00
parent f11dc6d03d
commit d4ab388258

View File

@@ -4,5 +4,4 @@ dependencies {
exclude(group = "com.google.guava", module = "guava")
exclude(group = "org.lanternpowered", module = "lmbda")
}
compileOnlyApi("org.jetbrains", "annotations", "23.0.0")
}