9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-27 19:09:08 +00:00
Files
craft-engine/common-files/build.gradle.kts
2025-12-10 18:39:47 +08:00

3 lines
58 B
Plaintext

tasks.withType<JavaCompile> {
dependsOn(tasks.clean)
}