Skip to content

Commit

Permalink
Add jar to distribution archive
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjameshamilton committed May 27, 2021
1 parent ca69634 commit 68fb3b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ distributions {
main {
distributionBaseName.set('proguard-core')
contents {
into('lib') {
from tasks.getByName('jar').outputs
}
into('docs') {
from('docs/md') {
includeEmptyDirs = false
Expand Down

0 comments on commit 68fb3b6

Please sign in to comment.