Skip to content

Commit

Permalink
change buildDir to layout.buildDirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
l2hyunwoo committed Oct 13, 2023
1 parent 7ad8d46 commit cb8c253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ plugins {
}

tasks.register("clean", Delete::class) {
delete(rootProject.buildDir)
delete(rootProject.layout.buildDirectory)
}

0 comments on commit cb8c253

Please sign in to comment.