Skip to content

Commit

Permalink
plugin-plugin 4.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielThomas committed Jun 1, 2016
1 parent 40e4618 commit 7a3109e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

plugins {
id 'com.gradle.plugin-publish' version '0.9.4'
id 'nebula.plugin-plugin' version '4.15.0'
id 'nebula.plugin-plugin' version '4.16.0'
}

description 'Plugins to add provided and optional configurations'
Expand Down
2 changes: 1 addition & 1 deletion gradle/buildViaTravis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ elif [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_TAG" != "" ]; then
./gradlew -Prelease.travisci=true -Prelease.useLastTag=true candidate $SWITCHES
;;
*)
./gradlew -Prelease.travisci=true -Prelease.useLastTag=true final publishPlugins $SWITCHES
./gradlew -Prelease.travisci=true -Prelease.useLastTag=true final $SWITCHES
;;
esac
else
Expand Down

0 comments on commit 7a3109e

Please sign in to comment.