Skip to content

0.20.0

Compare
Choose a tag to compare
@oss-codearte oss-codearte released this 05 Jan 01:14
· 136 commits to master since this release
  • 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).