We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6298678 commit 1004fcbCopy full SHA for 1004fcb
build.gradle.kts
@@ -76,7 +76,7 @@ tasks {
76
group = "build"
77
78
val destination = file("${layout.buildDirectory.get()}/libs/latest")
79
- destination.delete()
+ delete(destination)
80
81
onlyIf { destination.exists() }
82
}
0 commit comments