Skip to content

Commit

Permalink
Merge pull request #622 from watson-developer-cloud/javadoc-exclude-test
Browse files Browse the repository at this point in the history
[Documentation] Exclude tests from javadoc generation
  • Loading branch information
germanattanasio authored Mar 22, 2017
2 parents add98fe + 0f93ec3 commit 60e80de
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 @@ -52,7 +52,7 @@ subprojects {
afterEvaluate {
if (plugins.hasPlugin(JavaPlugin)) {
rootProject.tasks.docs {
source += files(sourceSets.collect { srcSet -> srcSet.allJava })
source += files(sourceSets.main.allJava)
classpath += files(sourceSets*.compileClasspath)
}
}
Expand Down

0 comments on commit 60e80de

Please sign in to comment.