Skip to content

Commit 3f66cab

Browse files
committed
Changed to openjdk9 and utPLSQL-cli 3.1.8
1 parent ff827be commit 3f66cab

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
- docker
77

88
jdk:
9-
- oraclejdk8
9+
- openjdk9
1010

1111
addons:
1212
sonarcloud:
@@ -61,10 +61,8 @@ before_install:
6161
- sql -v
6262

6363
# download and unzip utPLSQL-cli release
64-
- curl -Lk -o utPLSQL-cli.zip "https://github.com/utPLSQL/utPLSQL-cli/releases/download/v3.1.6/utPLSQL-cli.zip"
64+
- curl -Lk -o utPLSQL-cli.zip "https://github.com/utPLSQL/utPLSQL-cli/releases/download/v3.1.8/utPLSQL-cli.zip"
6565
- unzip utPLSQL-cli.zip && chmod -R u+x utPLSQL-cli
66-
# copy ojdbc.jar from sqlcl to utPSLQL-cli so it can be visible to utPSLQL-cli
67-
- cp sqlcl/lib/ojdbc8.jar utPLSQL-cli/lib && cp sqlcl/lib/orai18n.jar utPLSQL-cli/lib
6866

6967
# Download specified version of utPLSQL from utPLSQL github repo
7068
# Allows any utPLSQL branch/tag name to be used

0 commit comments

Comments
 (0)