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 1591115 commit 67fa2cbCopy full SHA for 67fa2cb
buildSrc/src/main/java/com/google/firebase/gradle/plugins/ReleaseGenerator.kt
@@ -38,8 +38,8 @@ import org.gradle.kotlin.dsl.findByType
38
* Contains output data from the Release Generator, published as release_report.json
39
*
40
* @property changesByLibraryName contains libs which have opted into the release, and their changes
41
- * @property changedLibrariesWithNoChangelog contains libs not opted into the release, despite having
42
- * changes
+ * @property changedLibrariesWithNoChangelog contains libs not opted into the release, despite
+ * having changes
43
*/
44
@Serializable
45
data class ReleaseReport(
0 commit comments