mirror of
https://github.com/bolucat/Archive.git
synced 2025-09-26 20:21:35 +08:00
9 lines
256 B
Plaintext
9 lines
256 B
Plaintext
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
allprojects {
|
|
apply(from = "${rootProject.projectDir}/repositories.gradle.kts")
|
|
}
|
|
|
|
tasks.register<Delete>("clean") {
|
|
delete(rootProject.buildDir)
|
|
}
|