File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,17 +56,17 @@ val Project.configDir get() = "$rootDir/library/quality"
56
56
val Project .reportsDir get() = " $buildDir /reports"
57
57
58
58
/* *
59
- * Extension property to determine if a Project is the 'library' module
59
+ * Determines if a Project is the 'library' module
60
60
*/
61
61
val Project .isLibrary get() = name == " library"
62
62
63
63
/* *
64
- * Extension property to get the maven artifact name for a Project.
64
+ * Returns the maven artifact name for a Project.
65
65
*/
66
66
val Project .artifactName get() = if (isLibrary) " firebase-ui" else " firebase-ui-${this .name} "
67
67
68
68
/* *
69
- * Extension property to get the name for a Project's maven publication.
69
+ * Returns the name for a Project's maven publication.
70
70
*/
71
71
val Project .publicationName get() = if (isLibrary) " monolithLibrary" else " ${name} Library"
72
72
You can’t perform that action at this time.
0 commit comments