We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a68acde + 2022ce8 commit e9e8109Copy full SHA for e9e8109
travis/after_success.sh
@@ -34,7 +34,7 @@ echo "Current commit detected: ${commit_message}"
34
35
if [ $TRAVIS_REPO_SLUG == "mybatis/spring" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ] && [[ "$commit_message" != *"[maven-release-plugin]"* ]]; then
36
37
- if [ $VER == "18" ]; then
+ if [ $TRAVIS_JDK_VERSION == "oraclejdk8" ]; then
38
39
# Deploy to sonatype
40
./mvnw clean deploy -q --settings ./travis/settings.xml
0 commit comments