Skip to content

Commit abb4b71

Browse files
committed
Migrate from Project.buildDir to Project.layout.buildDirectory
1 parent cf569fb commit abb4b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ plugins {
88
}
99

1010
tasks.register<Delete>("clean") {
11-
delete(rootProject.buildDir)
11+
delete(rootProject.layout.buildDirectory)
1212
finalizedBy(":lint:assemble")
1313
}

0 commit comments

Comments
 (0)