mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-13 04:53:55 +00:00
fix: Don't export Paster transitively on the core module (#1808)
This commit is contained in:
committed by
GitHub
parent
8a85225523
commit
aae696686d
@ -15,7 +15,7 @@ fun Project.applyPaperweightAdapterConfiguration() {
|
||||
|
||||
dependencies {
|
||||
"implementation"(project(":worldedit-bukkit"))
|
||||
"implementation"(platform("com.intellectualsites.bom:bom-1.18.x:1.4"))
|
||||
"implementation"(platform("com.intellectualsites.bom:bom-1.18.x:1.5"))
|
||||
}
|
||||
|
||||
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-junit-jupiter:3.12.4")
|
||||
"testRuntimeOnly"("org.junit.jupiter:junit-jupiter-engine:5.8.1")
|
||||
"implementation"(platform("com.intellectualsites.bom:bom-1.18.x:1.4"))
|
||||
"implementation"(platform("com.intellectualsites.bom:bom-1.18.x:1.5"))
|
||||
}
|
||||
|
||||
// Java 8 turns on doclint which we fail
|
||||
|
Reference in New Issue
Block a user