Skip to content

Commit

Permalink
Include README.md file in JAR packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierrick Rassat authored and Febell committed Mar 1, 2020
1 parent 2cf568e commit d1cefb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ lombok.launch.AnnotationProcessorHider$ClaimingProcessor,isolating</echo>
<echo file="release-timestamp.txt">${releaseTimestamp}</echo>
<zip destfile="dist/lombok-${lombok.version}.jar">
<fileset dir="build" includes="changelog.txt, latestchanges.html" />
<fileset dir="." includes="README.md" />
<fileset dir="." includes="LICENSE" />
<fileset dir="." includes="AUTHORS" />
<fileset dir="." includes="release-timestamp.txt" />
Expand Down

0 comments on commit d1cefb4

Please sign in to comment.