Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f89527 + 4252647 commit c035df7Copy full SHA for c035df7
1 file changed
.travis.yml
@@ -5,9 +5,8 @@ addons:
5
apt:
6
packages:
7
- unzip
8
- # Java9 Required for Sonar and SQLCL
9
- - oracle-java9-installer
10
- - oracle-java9-set-default
+ # Java9+ Required for Sonar and SQLCL
+ - openjdk-9-jre-headless
11
sonarcloud:
12
organization: utplsql
13
token:
@@ -47,7 +46,7 @@ env:
47
46
#utPLSQL released version directory
48
- UTPLSQL_DIR="utPLSQL_latest_release"
49
- SELFTESTING_BRANCH=${TRAVIS_BRANCH}
50
- - UTPLSQL_CLI_VERSION="3.1.6"
+ - UTPLSQL_CLI_VERSION="3.1.7"
51
# Maven
52
- MAVEN_HOME=/usr/local/maven
53
- MAVEN_CFG=$HOME/.m2
0 commit comments