Skip to content

Commit

Permalink
added source to jar
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Belliveau committed Feb 7, 2020
1 parent eabfa3b commit a57ff92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ dependencies {
javadoc {
destinationDir = file('docs/')
}

jar {
from sourceSets.main.allSource
}

0 comments on commit a57ff92

Please sign in to comment.