正在显示
1 个修改的文件
包含
3 行增加
和
2 行删除
| @@ -11,5 +11,6 @@ signing.secretKeyRingFile=<signing pgp key path> | @@ -11,5 +11,6 @@ signing.secretKeyRingFile=<signing pgp key path> | ||
| 11 | ```` | 11 | ```` |
| 12 | 12 | ||
| 13 | 2. Update `VERSION_NAME` in `gradle.properties` to reflect the release version. (Remove "-SNAPSHOT" when releasing.) | 13 | 2. Update `VERSION_NAME` in `gradle.properties` to reflect the release version. (Remove "-SNAPSHOT" when releasing.) |
| 14 | -3. Run `gradle publish closeAndReleaseRepository` to upload to maven. | ||
| 15 | -4. Update `VERSION_NAME` in `gradle.properties` to prepare for next release version. | 14 | +3. Run `gradle publish` to upload to Sonatype. |
| 15 | +4. Run `gradle closeAndReleaseRepository` to release to Maven (do not combine with previous command as ordering isn't guaranteed.) | ||
| 16 | +5. Update `VERSION_NAME` in `gradle.properties` to prepare for next release version. |
-
请 注册 或 登录 后发表评论