Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Remove duplicate clean task
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Carino <[email protected]>
  • Loading branch information
jadecarino committed Jul 15, 2024
1 parent b390b22 commit f19712b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions galasa-extensions-parent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ plugins {

version = '0.15.0'

task clean {
// make sure the build directory is gone
doFirst {
delete "${buildDir}"
}
}
// task clean {
// // make sure the build directory is gone
// doFirst {
// delete "${buildDir}"
// }
// }

signing {
def signingKeyId = findProperty("signingKeyId")
Expand Down

0 comments on commit f19712b

Please sign in to comment.