Skip to content

Commit 9a79966

Browse files
authored
Change to openjdk8 on after_success.sh
See #368
1 parent 0dbb11e commit 9a79966

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/spring-boot-starter" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "1.3.x" ] && [[ "$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 -q -Dmaven.test.redirectTestOutputToFile=true --settings ./travis/settings.xml

0 commit comments

Comments
 (0)