From c1a418b16a391bf42441a09966f2eb4b732d2461 Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Mon, 8 Feb 2016 10:37:03 +0100 Subject: [PATCH] Raised axion plugin version. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 42d265f044..250be22775 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { mavenLocal() } dependencies { - classpath "pl.allegro.tech.build:axion-release-plugin:1.2.2" + classpath "pl.allegro.tech.build:axion-release-plugin:1.3.4" classpath "com.bmuschko:gradle-nexus-plugin:2.3" classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.5.3" }