We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a68acde commit 2022ce8Copy full SHA for 2022ce8
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