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.
1 parent 567c284 commit b5297e8Copy full SHA for b5297e8
2 files changed
.travis/download.sh
@@ -60,8 +60,8 @@ fi
60
61
if [ "$PRODUCT" == "sqlcl" ]; then
62
agreementUrl="http://www.oracle.com/technetwork/developer-tools/sqlcl/downloads/index.html"
63
- downloadUrl="http://download.oracle.com/otn/java/sqldeveloper/sqlcl-4.2.0.16.355.0402-no-jre.zip"
64
- outputFile=sqlcl-4.2.0.16.355.0402-no-jre.zip
+ downloadUrl="http://download.oracle.com/otn/java/sqldeveloper/sqlcl-4.2.0.17.073.1038-no-jre.zip"
+ outputFile=sqlcl-4.2.0.17.073.1038-no-jre.zip
65
downloadFile $agreementUrl $downloadUrl $outputFile
66
exit 0
67
fi
.travis/install_sqlcl.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -e
3
4
-SQLCL_FILE=sqlcl-4.2.0.16.355.0402-no-jre.zip
+SQLCL_FILE=sqlcl-4.2.0.17.073.1038-no-jre.zip
5
cd .travis
6
7
# Download if not present on cache dir.
0 commit comments