This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit c3e5830664036ce7a1d708860f4fc5513064b5e7 Author: Alex Harui <[email protected]> AuthorDate: Fri Dec 8 00:53:21 2017 -0800 stop using latest GCL in case it breaks us (which it did). This version seems to work --- frameworks/downloads.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/downloads.xml b/frameworks/downloads.xml index d15375f..ac69d5c 100644 --- a/frameworks/downloads.xml +++ b/frameworks/downloads.xml @@ -255,7 +255,7 @@ <!-- Google Closure Library --> <target name="gcl-download" depends="check-goog-home" unless="GOOG_HOME" description="Downloads Google Closure Library"> <mkdir dir="${download.dir}"/> - <get src="https://github.com/google/closure-library/archive/master.zip" + <get src="https://github.com/google/closure-library/archive/v20170910.zip" dest="${download.dir}/google-closure-library-master.zip" verbose="false" ignoreerrors="true"/> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
