mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Drop Guava 21 enforcement
This commit is contained in:
parent
1f975ac044
commit
6afde13a01
@ -42,12 +42,6 @@ repositories {
|
|||||||
flatDir { dir(File("src/main/resources")) }
|
flatDir { dir(File("src/main/resources")) }
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations.all {
|
|
||||||
resolutionStrategy {
|
|
||||||
force("com.google.guava:guava:31.0.1-jre")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
val localImplementation = configurations.create("localImplementation") {
|
val localImplementation = configurations.create("localImplementation") {
|
||||||
description = "Dependencies used locally, but provided by the runtime Bukkit implementation"
|
description = "Dependencies used locally, but provided by the runtime Bukkit implementation"
|
||||||
isCanBeConsumed = false
|
isCanBeConsumed = false
|
||||||
|
Loading…
Reference in New Issue
Block a user