Skip to content

Commit

Permalink
build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrixString committed Feb 11, 2017
1 parent e547fa4 commit bffcf07
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ task sourcesJar(type: Jar, dependsOn: classes) {
from sourceSets.main.allSource
}

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

artifacts {
archives sourcesJar
archives javadocJar
}

0 comments on commit bffcf07

Please sign in to comment.