File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services:
66 - docker
77
88jdk :
9- - oraclejdk8
9+ - openjdk9
1010
1111addons :
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
You can’t perform that action at this time.
0 commit comments