We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76a646 commit c0797a5Copy full SHA for c0797a5
build.gradle
@@ -57,3 +57,7 @@ task dist(type: Zip, dependsOn: ["make_data_catalog", "validate", "copyNotices"]
57
destinationDirectory = file("${buildDir}/dist")
58
archiveFileName = "xmlresolverdata-${relVersion}.zip"
59
}
60
+
61
+task clean() {
62
+ delete buildDir
63
+}
0 commit comments