Skip to content

Commit

Permalink
disable javadocs jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
LexManos committed Feb 15, 2019
1 parent a2a9a63 commit 422fc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ task javadocJar(type: Jar, dependsOn: javadoc) {

artifacts {
archives jar
archives javadocJar
//archives javadocJar
}

test {
Expand Down

0 comments on commit 422fc73

Please sign in to comment.