Skip to content

Commit

Permalink
no javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
JFixby committed Jul 29, 2017
1 parent 7aac077 commit 174b55a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ task sourcesJar(type: Jar, dependsOn: classes) {
from sourceSets.main.allSource
}

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

artifacts {
archives sourcesJar
archives javadocJar
//archives javadocJar
}


Expand Down

0 comments on commit 174b55a

Please sign in to comment.