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") {
|
||||
|
||||
Reference in New Issue
Block a user