Releases: Codearte/gradle-nexus-staging-plugin
Releases · Codearte/gradle-nexus-staging-plugin
0.8.0
- Auto drop repository after release - #37
- Rename "promote" operation to "release" - #50
- Upgrade project dependencies to 2017 - #43
- Separate functional tests from unit tests - #48
- Make functional tests work also on Windows - #39
Deprecation note. The promoteRepository and closeAndPromoteRepository tasks are marked as deprecated and will be removed in one of the future versions. releaseRepository
and closeAndReleaseRepository
can be used as drop-in replacements.
0.7.0
- Verify that repository has been really closed - #21
- Re-enable sharing
stagingRepositoryId
between close and promote - #46 - Basic functional tests with different Gradle versions - #41
- Suggest longer timeout if failed on time related operations even without
--info
enabled - #34 - Longer default retry period - #12
0.6.1
0.6.0
0.5.3
- #11 -
packageGroup
should be taken fromproject.group
by default