From 264e38660eba8370dee01d0519deb8b23097416e Mon Sep 17 00:00:00 2001 From: Codearte Continuous Delivery Bot Date: Mon, 23 Dec 2019 17:20:05 +0000 Subject: [PATCH] Release version: 0.21.2 [ci skip] Powered by CDeliveryBoy. --- CHANGELOG.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cc2f42..0d4fcac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # gradle-nexus-staging-plugin changelog -## 0.21.2 - Unreleased +## 0.21.2 - 2019-12-23 - Workaround incompatibility with Gradle 6.0 caused by a Gradle bug ([#11466](https://github.com/gradle/gradle/issues/11466)) - [#141](https://github.com/Codearte/gradle-nexus-staging-plugin/issues/141) - PR by [Lars Grefer](https://github.com/larsgrefer) diff --git a/README.md b/README.md index 022f73c..d6cb647 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Add gradle-nexus-staging-plugin to the `buildscript` dependencies in your build. //maven { url "http://oss.sonatype.org/content/repositories/snapshots/" } } dependencies { - classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.21.1" + classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.21.2" } } @@ -47,7 +47,7 @@ automatically appear into Maven Central within several minutes. In addition to Maven Central the plugin is available also from the [Plugin Portal](https://plugins.gradle.org/plugin/io.codearte.nexus-staging) and (in most cases) can be applied in a simplified way: plugins { - id 'io.codearte.nexus-staging' version '0.21.1' + id 'io.codearte.nexus-staging' version '0.21.2' } Buildscript and `apply plugin` sections can be ommited in that case.