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

Skip to content

Commit 12edb2a

Browse files
committed
Squashed commit of the following:
commit 899ddcf Author: Travis CI <[email protected]> Date: Thu Nov 1 01:18:58 2018 +0000 Updated project version after build [skip ci] commit df9dac7 Merge: 013cba3 2a6c82c Author: Jacek Gębal <[email protected]> Date: Thu Nov 1 01:05:42 2018 +0000 Merge pull request #772 from utPLSQL/bugfix/fix_travis_sqlcl_download_vini Fix sqlcl download commit 2a6c82c Author: Jacek Gębal <[email protected]> Date: Sun Oct 28 08:01:14 2018 +0000 Fix sqlcl download
1 parent afe9e2c commit 12edb2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis/download.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ fi
6161

6262
if [ "$PRODUCT" == "sqlcl" ]; then
6363
agreementUrl="http://www.oracle.com/technetwork/developer-tools/sqlcl/downloads/index.html"
64-
downloadUrl="http://download.oracle.com/otn/java/sqldeveloper/sqlcl-18.2.0.zip"
65-
outputFile=sqlcl-18.2.0.zip
64+
downloadUrl="https://download.oracle.com/otn/java/sqldeveloper/sqlcl-18.3.0.259.2029.zip"
65+
outputFile=sqlcl-18.3.0.259.2029.zip
6666
downloadFile $agreementUrl $downloadUrl $outputFile
6767
exit 0
6868
fi

0 commit comments

Comments
 (0)