Skip to content

Commit

Permalink
Fix bug where archive contained too much leading path
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Jun 7, 2020
1 parent 4a4cb85 commit f0f455b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ task distCopyMisc(type: Copy) {
task zipDist(type: Zip,
dependsOn: ['distCopyResources','distCopyMisc','distCopyXslt']) {
from("${buildDir}/xsltexplorer-${xsltExplorerVersion}")
into "${buildDir}/distributions"
into "xsltexplorer-${xsltExplorerVersion}"
archiveFileName = "xsltexplorer-${xsltExplorerVersion}.zip"
doFirst {
mkdir "${buildDir}/distributions"
Expand Down

0 comments on commit f0f455b

Please sign in to comment.