Skip to content

Commit 3280a27

Browse files
authored
Revert "Update project.path var to new location. (#3985)" (#4073)
This reverts commit 089c828.
1 parent c6b6f75 commit 3280a27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,7 @@ private static void applyDoclava(Project project) {
188188
.setValue(
189189
ImmutableList.of(
190190
ImmutableList.of("book.path", "/docs/reference/_book.yaml"),
191-
ImmutableList.of(
192-
"project.path", "/docs/reference/android/_project.yaml")));
191+
ImmutableList.of("project.path", "/_project.yaml")));
193192

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

0 commit comments

Comments
 (0)