mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Fix search links in generated Javadoc
#minor-release PiperOrigin-RevId: 373351014
This commit is contained in:
parent
e20ea797ef
commit
d53d2ca07d
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