feat: 优化日志

This commit is contained in:
2023-08-21 00:00:35 +08:00
parent 6aac1fafd6
commit 2a11117b8c
13 changed files with 86 additions and 26 deletions

View File

@@ -58,6 +58,12 @@ subprojects {
"https://bukkit.windit.net/javadoc"
)
}
shadowJar {
destinationDirectory = rootProject.buildDir
}
build {
dependsOn(shadowJar)
}
}
publishing {