Skip to content

Commit bfa72c5

Browse files
committed
Update project.path var to new location.
1 parent c6cc8c5 commit bfa72c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/com/google/firebase/gradle/plugins/JavadocPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ private static void applyDoclava(Project project) {
190190
.setValue(
191191
ImmutableList.of(
192192
ImmutableList.of("book.path", "/docs/reference/_book.yaml"),
193-
ImmutableList.of("project.path", "/_project.yaml")));
193+
ImmutableList.of("project.path", "/docs/reference/android/_project.yaml")));
194194

195195
// root path assumed by docs
196196
options.addStringOption("toroot", "/docs/reference/android/");

0 commit comments

Comments
 (0)