Fix Agent and WideningTransformer and ClassPatcher

This commit is contained in:
2026-06-11 13:19:04 +02:00
parent 786257ad0e
commit 961331f029
6 changed files with 105 additions and 279 deletions
-7
View File
@@ -20,22 +20,15 @@
plugins {
`java-library`
alias(libs.plugins.shadow)
id("io.papermc.paperweight.userdev") version "1.7.1"
}
tasks.build {
finalizedBy(tasks.shadowJar)
}
repositories {
maven("https://repo.papermc.io/repository/maven-public/")
}
dependencies {
implementation(project(":BauSystem:BauSystem_RegionFixed"))
implementation(project(":BauSystem:BauSystem_Main"))
paperweight.paperDevBundle("1.21.1-R0.1-SNAPSHOT")
}
tasks.register<DevServer>("DevBau21") {