Skip to content

Commit

Permalink
build.gradle.kts: add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 22, 2024
1 parent b70d288 commit 039fa3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ dependencies {

tasks.named("clean") {
dependsOn("cleanDLLs", "cleanDyLibs", "cleanLogs", "cleanSOs")
/*
* The Acorus sandbox isn't cleaned by default
* because it might contain a custom startup script.
*/
}

tasks.register<Delete>("cleanDLLs") { // extracted Windows native libraries
Expand Down

0 comments on commit 039fa3c

Please sign in to comment.