Skip to content

Commit 9b86ba6

Browse files
committed
Fix AndroidX stubs for merged Javadoc
1 parent 37d0f8d commit 9b86ba6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ tasks.register('mergedJavadoc', Javadoc) {
180180

181181
options.overview = file("javadoc-overview.html")
182182
source = mergedJavadocSubprojects.collect { project(it).sourceSets.main.allJava }
183+
source += fileTree("jme3-android/src/androidx-stubs/java")
183184
classpath = files(mergedJavadocSubprojects.collect { project(it).sourceSets.main.compileClasspath })
184185
}
185186

0 commit comments

Comments
 (0)