mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
get commons-codec from apache archive, not osuosl
prevents the issue where, when a new release of commons-codec comes out, `bin/create` stops working
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@ function cleanup() {
|
||||
function downloadCommonsCodec() {
|
||||
if (!fso.FileExists(ROOT + '\\framework\\libs\\commons-codec-1.7.jar')) {
|
||||
// We need the .jar
|
||||
var url = 'http://apache.osuosl.org/commons/codec/binaries/commons-codec-1.7-bin.zip';
|
||||
var url = 'http://archive.apache.org/dist/commons/codec/binaries/commons-codec-1.7-bin.zip';
|
||||
var libsPath = ROOT + '\\framework\\libs';
|
||||
var savePath = libsPath + '\\commons-codec-1.7-bin.zip';
|
||||
if (!fso.FileExists(savePath)) {
|
||||
|
||||
Reference in New Issue
Block a user