From 920d6fa1e6d7063d2192e65a878134eddaef658d Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Tue, 16 Jun 2015 14:08:58 +0200 Subject: [PATCH] Raised the version of gradle-nexus-staging-plugin to 0.5.3. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8000423e6c..2ad0eb7a0c 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { } dependencies { classpath "pl.allegro.tech.build:axion-release-plugin:1.2.2" - classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.5.1" + classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.5.3" } }