Terracotta | 陶瓦联机 (#4215)

Co-authored-by: 3gf8jv4dv <3gf8jv4dv@gmail.com>
This commit is contained in:
Burning_TNT
2025-10-03 20:01:08 +08:00
committed by GitHub
parent 365bb089c5
commit 3c3e2b8cfc
31 changed files with 2453 additions and 70 deletions

View File

@@ -37,6 +37,11 @@ subprojects {
options.encoding = "UTF-8"
}
@Suppress("UnstableApiUsage")
tasks.withType<Checkstyle> {
maxHeapSize.set("2g")
}
configure<CheckstyleExtension> {
sourceSets = setOf()
}