Skip to content

Commit

Permalink
added publish gradle plugin to release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Schäfer committed Jul 28, 2018
1 parent ec4f325 commit f071d89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,9 @@ if [[ $REPLY =~ ^[Yy]$ ]]
then
./gradlew releaseRepository
fi

echo Publishing Gradle Plugin to Gradle Plugin Repository...
./gradlew -b jgiven-gradle-plugin/build.gradle publishPlugins

echo Testing Gradle Plugin from Gradle Plugin Repository
#./gradlew -b example-projects/java9/build.gradle clean test -Pversion=$VERSION

0 comments on commit f071d89

Please # to comment.