Skip to content

Commit bdd1ee3

Browse files
committed
Fix javadoc jar for maven
1 parent 9806207 commit bdd1ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle-mvn-push.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ afterEvaluate { project ->
9393
}
9494

9595
task androidJavadocs(type: Javadoc) {
96-
source = android.sourceSets.main.java
96+
source = android.sourceSets.main.java.sourceFiles
9797
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
9898
}
9999

0 commit comments

Comments
 (0)