Skip to content

Commit

Permalink
build: Cleanup static directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Dec 11, 2023
1 parent cf18341 commit ea80d8a
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ tasks.clean {
doFirst {
cleanup()
}
doLast {
delete {
fileTree(projectDir.resolve("src/main/resources/static")) {
exclude(".gitkeep")
}
}
}
}

tasks.test {
Expand Down

0 comments on commit ea80d8a

Please sign in to comment.