Skip to content

Commit c0797a5

Browse files
committed
Add a 'clean' target
1 parent d76a646 commit c0797a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,7 @@ task dist(type: Zip, dependsOn: ["make_data_catalog", "validate", "copyNotices"]
5757
destinationDirectory = file("${buildDir}/dist")
5858
archiveFileName = "xmlresolverdata-${relVersion}.zip"
5959
}
60+
61+
task clean() {
62+
delete buildDir
63+
}

0 commit comments

Comments
 (0)