mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-27 19:09:08 +00:00
3 lines
58 B
Plaintext
3 lines
58 B
Plaintext
tasks.withType<JavaCompile> {
|
|
dependsOn(tasks.clean)
|
|
} |