Skip to content

Commit 3064b5b

Browse files
committed
Remove Project.buildDir API usage
1 parent 29d9765 commit 3064b5b

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
@@ -58,7 +58,7 @@ nexusPublishing {
5858
}
5959

6060
task<Delete>("clean") {
61-
delete(rootProject.buildDir)
61+
delete(rootProject.layout.buildDirectory)
6262
}
6363

6464
tasks.register("checkAll") {

0 commit comments

Comments
 (0)