Skip to content

Commit

Permalink
Cleanup build from tmp manifests
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Dec 31, 2022
1 parent 861373c commit 326b383
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ subprojects {
"sha512sum": "${computeSha512(zip)}"
}
""".stripIndent()
// cleanup tmp dir
file("$buildDir/tmp/makeZip").deleteDir()
}
outputs.file("$buildDir/libs/${project.name}-${project.version}.zip")
}
Expand Down Expand Up @@ -138,6 +140,9 @@ subprojects {

jar {
from sourceSets.main.allSource
doLast {
file("$buildDir/tmp/jar").deleteDir()
}
}

tasks.withType(GenerateModuleMetadata) {
Expand Down

0 comments on commit 326b383

Please sign in to comment.