Drop Guava 21 enforcement

This commit is contained in:
NotMyFault 2021-11-30 22:13:13 +01:00
parent 1f975ac044
commit 6afde13a01
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

@ -42,12 +42,6 @@ repositories {
flatDir { dir(File("src/main/resources")) }
}
configurations.all {
resolutionStrategy {
force("com.google.guava:guava:31.0.1-jre")
}
}
val localImplementation = configurations.create("localImplementation") {
description = "Dependencies used locally, but provided by the runtime Bukkit implementation"
isCanBeConsumed = false