Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-02 17:40:09 +01:00
Update upstream
acf9c3b Change oak stair shape to straight in legacy.json. c7da4c0 Swap out logback for log4j2
Dieser Commit ist enthalten in:
Ursprung
685c25bdf4
Commit
dc51379e8f
@ -7,7 +7,6 @@ object Versions {
|
|||||||
const val AUTO_VALUE = "1.7.4"
|
const val AUTO_VALUE = "1.7.4"
|
||||||
const val JUNIT = "5.7.0"
|
const val JUNIT = "5.7.0"
|
||||||
const val MOCKITO = "3.8.0"
|
const val MOCKITO = "3.8.0"
|
||||||
const val LOGBACK = "1.2.3"
|
|
||||||
const val FAST_UTIL = "8.2.1"
|
const val FAST_UTIL = "8.2.1"
|
||||||
const val GUAVA = "21.0"
|
const val GUAVA = "21.0"
|
||||||
const val GSON = "2.8.0"
|
const val GSON = "2.8.0"
|
||||||
|
@ -48,8 +48,7 @@ dependencies {
|
|||||||
annotationProcessor("com.google.guava:guava:21.0")
|
annotationProcessor("com.google.guava:guava:21.0")
|
||||||
compileOnly("com.google.auto.value:auto-value-annotations:${Versions.AUTO_VALUE}")
|
compileOnly("com.google.auto.value:auto-value-annotations:${Versions.AUTO_VALUE}")
|
||||||
annotationProcessor("com.google.auto.value:auto-value:${Versions.AUTO_VALUE}")
|
annotationProcessor("com.google.auto.value:auto-value:${Versions.AUTO_VALUE}")
|
||||||
testImplementation("ch.qos.logback:logback-core:${Versions.LOGBACK}")
|
"testRuntimeOnly"("org.apache.logging.log4j:log4j-core:2.8.1")
|
||||||
testImplementation("ch.qos.logback:logback-classic:${Versions.LOGBACK}")
|
|
||||||
implementation("com.github.luben:zstd-jni:1.4.9-2")
|
implementation("com.github.luben:zstd-jni:1.4.9-2")
|
||||||
compileOnly("net.fabiozumbi12:redprotect:1.9.6")
|
compileOnly("net.fabiozumbi12:redprotect:1.9.6")
|
||||||
api("com.github.intellectualsites.plotsquared:PlotSquared-API:4.514") { isTransitive = false }
|
api("com.github.intellectualsites.plotsquared:PlotSquared-API:4.514") { isTransitive = false }
|
||||||
|
Dateidiff unterdrückt, weil mindestens eine Zeile zu lang ist
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren