Skip to content

Commit 1cc95b7

Browse files
committed
Fix classpath for Javadoc in build process
1 parent 6f60ed3 commit 1cc95b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/library/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ task javadoc(type: Javadoc) {
3939
failOnError false
4040
source = android.sourceSets.main.java.sourceFiles
4141
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
42+
classpath += configurations.compile
4243
}
4344

4445
task javadocJar(type: Jar, dependsOn: javadoc) {

0 commit comments

Comments
 (0)