You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/09/07 15:57:14 UTC

[royale-typedefs] branch develop updated: try skipping cache because it contains old pre-patched version

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-typedefs.git


The following commit(s) were added to refs/heads/develop by this push:
     new b6ff1d2  try skipping cache because it contains old pre-patched version
b6ff1d2 is described below

commit b6ff1d27c2625fe6e68b84bd616247ee1e2cbbac
Author: Alex Harui <ah...@apache.org>
AuthorDate: Fri Sep 7 08:57:07 2018 -0700

    try skipping cache because it contains old pre-patched version
---
 google_maps/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/google_maps/pom.xml b/google_maps/pom.xml
index 52181e2..5b0e002 100644
--- a/google_maps/pom.xml
+++ b/google_maps/pom.xml
@@ -51,6 +51,7 @@
               <goal>wget</goal>
             </goals>
             <configuration>
+              <skipCache>true</skipCache>
               <url>https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/contrib/externs/maps/google_maps_api_${googlemaps.version}.js</url>
               <outputFileName>google_maps_api_${googlemaps.version}.js</outputFileName>
               <outputDirectory>${project.build.directory}/downloads</outputDirectory>