Skip to content

Commit

Permalink
reintegrated the executables and license files in the released archiv…
Browse files Browse the repository at this point in the history
…es (#76)

(.zip and .tar)
  • Loading branch information
michaelhglass committed May 2, 2021
1 parent c522945 commit 9cb5afe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,10 @@ task alldocs(type: Javadoc) {
}
}


import org.apache.tools.ant.filters.ReplaceTokens
applicationDistribution.from("src/distribution") {
filter(ReplaceTokens, tokens: [version : project.version, date : project.dateISO])
}

task fatjar(dependsOn: subprojects.jar, type: Jar) {
destinationDir = new File(project.buildDir, 'fatjar')
Expand Down

0 comments on commit 9cb5afe

Please sign in to comment.