mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
change deprecated builddir
This commit is contained in:
parent
73a4129f86
commit
fe69b3c1ed
1 changed files with 2 additions and 2 deletions
|
@ -25,6 +25,6 @@ plugins {
|
|||
id("com.google.devtools.ksp") version "1.9.20-1.0.14" apply false
|
||||
}
|
||||
|
||||
tasks.register("clean", Delete::class) {
|
||||
delete(rootProject.buildDir)
|
||||
tasks.register<Delete>("clean") {
|
||||
delete(rootProject.layout.buildDirectory)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue