Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
benjchristensen committed Mar 13, 2014
1 parent e5b375b commit 9d86162
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 @@ -26,9 +26,9 @@ subprojects {

sourceSets.test.java.srcDir 'src/main/java'

// tasks.withType(Javadoc).each {
// it.classpath = sourceSets.main.compileClasspath
// }
tasks.withType(Javadoc).each {
it.classpath = sourceSets.main.compileClasspath
}
}

// Prevent contrib project from being published
Expand Down

0 comments on commit 9d86162

Please sign in to comment.