Update DEVSITE_TENANT d.android.com location

PiperOrigin-RevId: 416795667
This commit is contained in:
andrewlewis 2021-12-16 14:24:25 +00:00 committed by Ian Baker
parent 3aae0cbff3
commit 1f69ab2d8c

View file

@ -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"))