Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c035df7

Browse files
authored
Merge pull request #1005 from utPLSQL/bugfix/missing_java9_package
Fix Travis CI problem with missing java9 package
2 parents 2f89527 + 4252647 commit c035df7

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ addons:
55
apt:
66
packages:
77
- unzip
8-
# Java9 Required for Sonar and SQLCL
9-
- oracle-java9-installer
10-
- oracle-java9-set-default
8+
# Java9+ Required for Sonar and SQLCL
9+
- openjdk-9-jre-headless
1110
sonarcloud:
1211
organization: utplsql
1312
token:
@@ -47,7 +46,7 @@ env:
4746
#utPLSQL released version directory
4847
- UTPLSQL_DIR="utPLSQL_latest_release"
4948
- SELFTESTING_BRANCH=${TRAVIS_BRANCH}
50-
- UTPLSQL_CLI_VERSION="3.1.6"
49+
- UTPLSQL_CLI_VERSION="3.1.7"
5150
# Maven
5251
- MAVEN_HOME=/usr/local/maven
5352
- MAVEN_CFG=$HOME/.m2

0 commit comments

Comments
 (0)