Skip to content

Commit

Permalink
Remove unnecessary 2d step for manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
melix committed Jul 24, 2012
1 parent bb2fa06 commit 5a6dbc9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions gradle/assemble.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,6 @@ task jarAll(type: Jar, dependsOn: { modules()*.jar }) {
src: jar.archivePath,
includes: 'groovy/util/CliBuilder*.class,groovy/util/OptionAccessor*.class,org/codehaus/groovy/tools/shell/util/HelpFormatter*.class')
}
jar(destfile: archivePath, update:true, filesonly:true) {
fileset(
dir: temporaryDir,
includes: 'META-INF/MANIFEST.MF')
}
}
}
}
Expand Down

0 comments on commit 5a6dbc9

Please sign in to comment.