mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Fix search links in generated Javadoc
#minor-release PiperOrigin-RevId: 373351014
This commit is contained in:
parent
9be1d3f583
commit
8ab282bd61
2 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ class CombinedJavadocPlugin implements Plugin<Project> {
|
|||
"https://guava.dev/releases/$project.ext.guavaVersion/api/docs"
|
||||
encoding = "UTF-8"
|
||||
}
|
||||
options.addBooleanOption "-no-module-directories", true
|
||||
exclude "**/BuildConfig.java"
|
||||
exclude "**/R.java"
|
||||
doFirst {
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ android.libraryVariants.all { variant ->
|
|||
"https://guava.dev/releases/$project.ext.guavaVersion/api/docs"
|
||||
encoding = "UTF-8"
|
||||
}
|
||||
options.addBooleanOption "-no-module-directories", true
|
||||
exclude "**/BuildConfig.java"
|
||||
exclude "**/R.java"
|
||||
doFirst {
|
||||
|
|
|
|||
Loading…
Reference in a new issue