Releases: Codearte/gradle-nexus-staging-plugin
0.30.0
- Replace from old unsupported HTTP Builder to OkHttp 4 - #188 - PR by anuraaga
- Switch project development to maintenance mode - see below
- Switch build to Gradle 6.8.3
- Remove deprecated since 0.8.0
promoteRepository
andcloseAndPromoteRepository
tasks
Backward compatibility note. Due to the internal HTTP client library change, the plugin might start behaving slightly different in certain situations.
PROJECT DEVELOPMENT SWITCHED TO THE MAINTENANCE MODE. To make releasing to Maven Central even easier, I and Marc Phillip (the author of nexus-publish-plugin) combined forces to create a next generation, unified 2-in-1 plugin - gradle-nexus-publish-plugin. It is a recommended solution, as our development effort will be put in that new plugin. See my blog post and the official migration guide.
Thank you for over 5 years of releasing with my plugin!
0.22.0
- Change default retrying time to 5 minutes - a value recommended by Sonatype (suggestion by Mikhail Yakushin)
- Switch build to Gradle 6.6
- Bump some dependencies
- Check basic compatibility with Gradle up to 6.6
- CI server sanity check for Java 14 compatibility
0.21.2
- Workaround incompatibility with Gradle 6.0 caused by a Gradle bug (#11466) - #141 - PR by Lars Grefer
0.21.1
- Fix incompatibility of unsupported releasing with legacy upload task with Gradle 5
- Precise minimal supported Gradle version to 4.9
- Improve error message when applying on root project - #122 - PR by Patrik Greco
0.21.0
- Restore ability to override ban on applying plugin on subprojects - #116
- Workaround on Gradle limitations with precompiled script plugin accessors in Kotlin - #117 - contribution by @Vampire
- Decrease retrying messages verbosity - #82
- Execute e2e tests on Travis also for Java 11 - #74
- Automatically upgrade dependencies with Dependabot - #79
- CI server sanity check for Java 12 compatibility
- CI server sanity check for OpenJ9 11 compatibility
0.20.0
- Reuse explicitly created staging repository ID if provided by external plugin - #77
- Fix releasing from Travis - workaround Gradle limitation with Nexus stating repositories with external plugin - nexus-publish-plugin #76
- Raise minimal required Gradle version to 4.8 due to internals modernisation
- Runtime compatibility with Gradle 5.0 and 5.1
Deprecation note. Support for implicitly created staging repositories is deprecated. It has been always problematic, slow and error prone to find a proper staging repository and the recent changes in Travis just emphasised that. Thanks to the new nexus-publish-plugin plugin by Marc Philipp which seamlessly integrates with the gradle-nexus-staging
plugin it should straightforward to use explicitly created staging repositories in Nexus. At least in a case of using maven-publish
(publish...
tasks). If you still use the old maven
plugin (the uploadArchives
task) please refer to that issue.
The original code has not been removed and should still work for the time being (if you don't use Travis), but it is no longer officially supported (e.g. the E2E tests has been switched to the new approach).
0.12.0
0.11.0
0.10.0
0.9.0
This release provides no new features or bugfixes. It is focused on acceptance E2E testing and Continuous Delivery with CDeliveryBoy.