Skip to content

Commit

Permalink
chore: fixed deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Jun 12, 2024
1 parent 018b1c4 commit d6b0e1b
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 @@ -44,5 +44,5 @@ allprojects {
}

tasks.register<Delete>("clean") {
delete(rootProject.buildDir)
delete(rootProject.layout.buildDirectory)
}

0 comments on commit d6b0e1b

Please sign in to comment.