Skip to content

Commit 3dedc49

Browse files
committed
Add dependencies to classpath for Javadoc generation
1 parent 9b68269 commit 3dedc49

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

library/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ task javadoc(type: Javadoc) {
3333
failOnError false
3434
source = android.sourceSets.main.java.sourceFiles
3535
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
36+
classpath += configurations.compile
3637
}
3738

3839
// build a jar with javadoc

0 commit comments

Comments
 (0)