Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
Drop Guava 21 enforcement
Dieser Commit ist enthalten in:
Ursprung
1f975ac044
Commit
6afde13a01
@ -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
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren