Skip to content

Commit 2ac18a9

Browse files
committed
Use JDK 11 for sonar
1 parent 1e28f7c commit 2ac18a9

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
@@ -32,7 +32,7 @@ echo "Current commit detected: ${commit_message}"
3232
# a. Use -q option to only display Maven errors and warnings.
3333
# b. Use --settings to force the usage of our "settings.xml" file.
3434

35-
if [ $TRAVIS_JDK_VERSION == "openjdk8" ] && [ $TRAVIS_REPO_SLUG == "mybatis/mybatis-dynamic-sql" ]; then
35+
if [ $TRAVIS_JDK_VERSION == "openjdk11" ] && [ $TRAVIS_REPO_SLUG == "mybatis/mybatis-dynamic-sql" ]; then
3636

3737
./mvnw clean test jacoco:report coveralls:report -q
3838
echo -e "Successfully ran coveralls under Travis job ${TRAVIS_JOB_NUMBER}"

0 commit comments

Comments
 (0)