Skip to content

Commit

Permalink
Changed java9 to junit 5 in releasRepositoryAndPushVersion to avoid f…
Browse files Browse the repository at this point in the history
…ailing gradle test

Signed-off-by: Christian Oertel <[email protected]>
  • Loading branch information
fudler committed Nov 9, 2020
1 parent 762b3c5 commit d433a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function releaseRepositoryAndPushVersion()
./gradlew -b jgiven-gradle-plugin/build.gradle publishPlugins -Dgradle.publish.key="${GRADLE_PLUGIN_RELEASE_KEY}" -Dgradle.publish.secret="${GRADLE_PLUGIN_RELEASE_SECRET}" || return 23

echo Testing Gradle Plugin from Gradle Plugin repository...
./gradlew -b example-projects/java9/build.gradle clean test -Pversion="${VERSION}" || return 24
./gradlew -b example-projects/junit5/build.gradle clean test -Pversion="${VERSION}" || return 24

echo Pushing version and tag to GitHub repository...
git push
Expand Down

0 comments on commit d433a69

Please sign in to comment.