We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dbb11e commit 9a79966Copy full SHA for 9a79966
travis/after_success.sh
@@ -33,7 +33,7 @@ echo "Current commit detected: ${commit_message}"
33
34
if [ $TRAVIS_REPO_SLUG == "mybatis/spring-boot-starter" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "1.3.x" ] && [[ "$commit_message" != *"[maven-release-plugin]"* ]]; then
35
36
- if [ $TRAVIS_JDK_VERSION == "oraclejdk8" ]; then
+ if [ $TRAVIS_JDK_VERSION == "openjdk8" ]; then
37
38
# Deploy to sonatype
39
./mvnw clean deploy -q -Dmaven.test.redirectTestOutputToFile=true --settings ./travis/settings.xml
0 commit comments