Skip to content

Commit 53af888

Browse files
committed
Replace to openjdk8 from oraclejdk8
1 parent c7ab2ed commit 53af888

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dist: trusty
66
jdk:
77
- openjdk12
88
- openjdk11
9-
- oraclejdk8
9+
- openjdk8
1010

1111
after_success:
1212
- chmod -R 777 ./travis/after_success.sh

travis/after_success.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

3434
if [ $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

0 commit comments

Comments
 (0)