Skip to content

Commit 1004fcb

Browse files
committed
Update build.gradle.kts
1 parent 6298678 commit 1004fcb

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
@@ -76,7 +76,7 @@ tasks {
7676
group = "build"
7777

7878
val destination = file("${layout.buildDirectory.get()}/libs/latest")
79-
destination.delete()
79+
delete(destination)
8080

8181
onlyIf { destination.exists() }
8282
}

0 commit comments

Comments
 (0)