File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
buildSrc/src/main/java/com/google/firebase/gradle/plugins/publish Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 6161 * list of projects to release. The file format should be consistent with Python's
6262 * configparser, and the list of projects should be in a section called "modules". If both
6363 * this, and {@code projectsToPublish} are specified, this property takes precedence.
64+ * <br>
65+ * <br>
66+ * Example config file content:
67+ * <pre>
68+ * [release]
69+ * name = M126
70+ * ...
71+ * [modules]
72+ * firebase-database
73+ * firebase-common
74+ * firebase-firestore
75+ * </pre>
6476 * <li>{@code projectsToPublish} is a list of projects to release separated by {@code
6577 * projectsToPublishSeparator}(default: ","), these projects will have their versions depend
6678 * on the {@code publishMode} parameter.
You can’t perform that action at this time.
0 commit comments