Commit 1f69ab2d by andrewlewis Committed by Ian Baker

Update `DEVSITE_TENANT` d.android.com location

PiperOrigin-RevId: 416795667
parent 3aae0cbf
Showing with 1 additions and 1 deletions
......@@ -109,7 +109,7 @@ class CombinedJavadocPlugin implements Plugin<Project> {
"-loggingLevel", "WARN",
"-sourceSet", "-src $sourcesString -classpath $dependenciesString",
"-offlineMode")
environment("DEVSITE_TENANT", "androidx")
environment("DEVSITE_TENANT", "androidx/media3")
}
description = "Generates combined javadoc for developer.android.com."
classpath = project.files(new File(getTemporaryDir(), "dackka.jar"))
......
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