Skip to content

Commit

Permalink
Lets try this instead
Browse files Browse the repository at this point in the history
  • Loading branch information
virustotalop committed Jul 25, 2018
1 parent f4d702d commit b704e2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jacocoTestReport {
}
}

javadoc {
source = sourceSets.main.allJava
classpath = configurations.compile
task javadocJar(type: Jar, dependsOn: javadoc) {
classifier = 'javadoc'
from javadoc.destinationDir
}

artifacts {
Expand Down

0 comments on commit b704e2f

Please sign in to comment.