mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-21 15:05:28 +00:00
8 lines
112 B
Plaintext
8 lines
112 B
Plaintext
plugins {
|
|
id("MagiskPlugin")
|
|
}
|
|
|
|
tasks.register("clean", Delete::class) {
|
|
delete(rootProject.buildDir)
|
|
}
|