Skip to content

Commit

Permalink
[apache#1268] improvement(build): clean bin directory when executing …
Browse files Browse the repository at this point in the history
…gradle clean
  • Loading branch information
coolderli committed Feb 17, 2024
1 parent b11a32f commit fe14635
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,9 @@ tasks {
val cleanDistribution by registering(Delete::class) {
group = "gravitino distribution"
delete(outputDir)
subprojects.forEach {
delete(it.file("bin"))
}
}

register("copySubprojectDependencies", Copy::class) {
Expand Down

0 comments on commit fe14635

Please sign in to comment.