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 tonihei
parent de0f129f21
commit 4c71e06079

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