Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-19 09:20:08 +01:00
build: Update bom to 1.9
Dieser Commit ist enthalten in:
Ursprung
3212dddb2d
Commit
dbfb521795
@ -15,7 +15,7 @@ fun Project.applyPaperweightAdapterConfiguration() {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
"implementation"(project(":worldedit-bukkit"))
|
"implementation"(project(":worldedit-bukkit"))
|
||||||
"implementation"(platform("com.intellectualsites.bom:bom-1.18.x:1.5"))
|
"implementation"(platform("com.intellectualsites.bom:bom-1.18.x:1.9"))
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.named("assemble") {
|
tasks.named("assemble") {
|
||||||
|
@ -45,7 +45,7 @@ fun Project.applyCommonJavaConfiguration(sourcesJar: Boolean, banSlf4j: Boolean
|
|||||||
"testImplementation"("org.mockito:mockito-core:3.12.4")
|
"testImplementation"("org.mockito:mockito-core:3.12.4")
|
||||||
"testImplementation"("org.mockito:mockito-junit-jupiter:3.12.4")
|
"testImplementation"("org.mockito:mockito-junit-jupiter:3.12.4")
|
||||||
"testRuntimeOnly"("org.junit.jupiter:junit-jupiter-engine:5.8.1")
|
"testRuntimeOnly"("org.junit.jupiter:junit-jupiter-engine:5.8.1")
|
||||||
"implementation"(platform("com.intellectualsites.bom:bom-1.18.x:1.5"))
|
"implementation"(platform("com.intellectualsites.bom:bom-1.18.x:1.9"))
|
||||||
}
|
}
|
||||||
|
|
||||||
// Java 8 turns on doclint which we fail
|
// Java 8 turns on doclint which we fail
|
||||||
|
@ -21,9 +21,6 @@
|
|||||||
"net.kyori:adventure-nbt",
|
"net.kyori:adventure-nbt",
|
||||||
"org.jetbrains.kotlin.jvm"
|
"org.jetbrains.kotlin.jvm"
|
||||||
],
|
],
|
||||||
"schedule": [
|
|
||||||
"every monday"
|
|
||||||
],
|
|
||||||
"labels": ["Renovate"],
|
"labels": ["Renovate"],
|
||||||
"commitMessagePrefix": "build: ",
|
"commitMessagePrefix": "build: ",
|
||||||
"rebaseWhen": "conflicted"
|
"rebaseWhen": "conflicted"
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren