gradle: drop deprecated buildDir usage
This commit is contained in:
parent
6c405a7c42
commit
b7c226a739
|
@ -11,7 +11,3 @@ buildscript {
|
|||
classpath 'androidx.navigation:navigation-safe-args-gradle-plugin:2.7.7'
|
||||
}
|
||||
}
|
||||
|
||||
tasks.register('clean', Delete) {
|
||||
delete rootProject.buildDir
|
||||
}
|
Reference in a new issue