Skip to content

Commit

Permalink
gradle javadoc jar
Browse files Browse the repository at this point in the history
  • Loading branch information
Querz committed Aug 14, 2018
1 parent 85787a8 commit 7099379
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@ task sourcesJar(type: Jar, dependsOn: classes) {
classifier = 'sources'
from sourceSets.main.allSource
}

task javadocJar(type: Jar, dependsOn: javadoc) {
classifier = 'javadoc'
from javadoc.destinationDir
}

0 comments on commit 7099379

Please sign in to comment.