We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9423457 commit 4b3fe8aCopy full SHA for 4b3fe8a
.travis/download.sh
@@ -60,7 +60,7 @@ 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-18.2.0.zip"
+ downloadUrl="http://download.oracle.com/otn/java/sqldeveloper/sqlcl-18.3.0.259.2029.zip"
64
outputFile=sqlcl-18.2.0.zip
65
downloadFile $agreementUrl $downloadUrl $outputFile
66
exit 0
0 commit comments