-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Nexus Publishing plugin for automatic publishing (#33)
- Used [Nexus Publishing](https://github.com/gradle-nexus/publish-plugin/) plugin for automatic publishing of new versions from staging to release Sonatype Nexus repository. When artifacts are being released they first land on staging repo https://oss.sonatype.org/\#stagingRepositories from where manual intervention is required to further push the new project version to release Sonatype repository. Nexus Publishing plugin allows for automatic propagation of new project version from staging repo to release. More details on https://central.sonatype.org/publish/release/.
- Loading branch information
Showing
3 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters