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 68d43d6 commit afe9e2cCopy full SHA for afe9e2c
1 file changed
.travis/download.sh
@@ -61,8 +61,8 @@ fi
61
62
if [ "$PRODUCT" == "sqlcl" ]; then
63
agreementUrl="http://www.oracle.com/technetwork/developer-tools/sqlcl/downloads/index.html"
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
+ downloadUrl="http://download.oracle.com/otn/java/sqldeveloper/sqlcl-18.2.0.zip"
+ outputFile=sqlcl-18.2.0.zip
66
downloadFile $agreementUrl $downloadUrl $outputFile
67
exit 0
68
fi
0 commit comments