Remove unused annotation dependency

This commit is contained in:
Camotoy 2022-09-18 15:56:59 -04:00
parent f11dc6d03d
commit d4ab388258
No known key found for this signature in database
GPG Key ID: 7EEFB66FE798081F
1 changed files with 0 additions and 1 deletions

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")
}