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