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 2e7b4f8 commit ec803ecCopy full SHA for ec803ec
.travis.yml
@@ -3,7 +3,7 @@ language: java
3
jdk:
4
- openjdk12
5
- openjdk11
6
- - oraclejdk8
+ - openjdk8
7
8
after_success:
9
- chmod -R 777 ./travis/after_success.sh
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 [ $TRAVIS_JDK_VERSION == "oraclejdk8" ]; then
+ if [ $TRAVIS_JDK_VERSION == "openjdk8" ]; then
38
39
# Deploy to sonatype
40
./mvnw clean deploy -q --settings ./travis/settings.xml
0 commit comments