Skip to content

Commit 9f18142

Browse files
authored
Update after_success.sh
Change to openjdk8.
1 parent 920ead6 commit 9f18142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/after_success.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ echo "Current commit detected: ${commit_message}"
3333

3434
if [ $TRAVIS_REPO_SLUG == "mybatis/mybatis-3" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ] && [[ "$commit_message" != *"[maven-release-plugin]"* ]]; then
3535

36-
if [ $TRAVIS_JDK_VERSION == "oraclejdk8" ]; then
36+
if [ $TRAVIS_JDK_VERSION == "openjdk8" ]; then
3737

3838
# Deploy to sonatype
3939
./mvnw clean deploy -Dmaven.test.skip=true -q --settings ./travis/settings.xml

0 commit comments

Comments
 (0)