Skip to content

Commit

Permalink
use fixed releas plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
oehme committed Dec 13, 2014
1 parent b708a33 commit 4b44987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis/releaseOnTag.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -ev
if [ -n "${TRAVIS_TAG}" ]; then
./gradlew release "-PreleaseVersion=${TRAVIS_TAG}"
./gradlew release "-PreleaseVersion=${TRAVIS_TAG}" --info
fi
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}
dependencies {
classpath 'org.xtend:xtend-gradle-plugin:0.3.4'
classpath 'com.github.oehme.sobula:sobula:0.4.0'
classpath 'com.github.oehme.sobula:sobula:0.4.1'
}
}

Expand Down

0 comments on commit 4b44987

Please sign in to comment.