____ _ _______ __
/ __ \ | /| / / __/ |/ /
/ /_/ / |/ |/ / _// /
\____/|__/|__/___/_||_/
owenclave / build.gradle.kts
// 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("clean") {
delete(rootProject.layout.buildDirectory)
}