File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dist: trusty
66jdk :
77 - openjdk12
88 - openjdk11
9- - oraclejdk8
9+ - openjdk8
1010
1111after_success :
1212 - chmod -R 777 ./travis/after_success.sh
Original file line number Diff line number Diff line change 11#! /bin/bash
22#
3- # Copyright 2015-2017 the original author or authors.
3+ # Copyright 2015-2019 the original author or authors.
44#
55# Licensed under the Apache License, Version 2.0 (the "License");
66# you may not use this file except in compliance with the License.
@@ -33,7 +33,7 @@ echo "Current commit detected: ${commit_message}"
3333
3434if [ $TRAVIS_REPO_SLUG == " mybatis/freemarker-scripting" ] && [ " $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 -q --settings ./travis/settings.xml
You can’t perform that action at this time.
0 commit comments