Commit d53d2ca0 by olly Committed by Oliver Woodman

Fix search links in generated Javadoc

#minor-release

PiperOrigin-RevId: 373351014
parent e20ea797
...@@ -34,6 +34,7 @@ class CombinedJavadocPlugin implements Plugin<Project> { ...@@ -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 -> ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment