We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53326b2 commit e021ac7Copy full SHA for e021ac7
buildSrc/src/main/java/com/google/firebase/gradle/plugins/JavadocPlugin.java
@@ -117,7 +117,7 @@ private static void applyDoclava(Project project) {
117
// This comes with the risks of Timestamp's javadoc and binary releases having
118
// disconnected timelines.
119
// Given the repeated tedium in dealing with javadoc, this risk seems worth taking
120
- // b/243534168
+ // TODO(b/243534168): Move Timestamp class to firebase-common
121
if ("firebase-common".equals(project.getName())) {
122
Project firestoreProject = project.findProject(":firebase-firestore");
123
javadoc.setSource(
0 commit comments