Downgrade Axion plugin

Due to a bug with three commits on release:
https://github.com/allegro/axion-release-plugin/issues/132
This commit is contained in:
Marcin Zajaczkowski
2016-05-15 00:41:09 +02:00
parent f58754ecf0
commit 4fdbdb41e1

View File

@@ -5,7 +5,7 @@ buildscript {
if (project.hasProperty('fatJar')) jcenter()
}
dependencies {
classpath "pl.allegro.tech.build:axion-release-plugin:1.3.4"
classpath "pl.allegro.tech.build:axion-release-plugin:1.3.2"
classpath "com.bmuschko:gradle-nexus-plugin:2.3"
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.5.3"
if (project.hasProperty('fatJar')) classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.3'