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 920ead6 commit 9f18142Copy full SHA for 9f18142
travis/after_success.sh
@@ -33,7 +33,7 @@ echo "Current commit detected: ${commit_message}"
33
34
if [ $TRAVIS_REPO_SLUG == "mybatis/mybatis-3" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ] && [[ "$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 -Dmaven.test.skip=true -q --settings ./travis/settings.xml
0 commit comments