mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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"
|
"https://guava.dev/releases/$project.ext.guavaVersion/api/docs"
|
||||||
encoding = "UTF-8"
|
encoding = "UTF-8"
|
||||||
}
|
}
|
||||||
|
options.addBooleanOption "-no-module-directories", true
|
||||||
exclude "**/BuildConfig.java"
|
exclude "**/BuildConfig.java"
|
||||||
exclude "**/R.java"
|
exclude "**/R.java"
|
||||||
doFirst {
|
doFirst {
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@ android.libraryVariants.all { variant ->
|
||||||
"https://guava.dev/releases/$project.ext.guavaVersion/api/docs"
|
"https://guava.dev/releases/$project.ext.guavaVersion/api/docs"
|
||||||
encoding = "UTF-8"
|
encoding = "UTF-8"
|
||||||
}
|
}
|
||||||
|
options.addBooleanOption "-no-module-directories", true
|
||||||
exclude "**/BuildConfig.java"
|
exclude "**/BuildConfig.java"
|
||||||
exclude "**/R.java"
|
exclude "**/R.java"
|
||||||
doFirst {
|
doFirst {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue