You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2014/04/26 14:06:25 UTC

[02/10] git commit: update to latest Closure Compiler

update to latest Closure Compiler


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/87881e4d
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/87881e4d
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/87881e4d

Branch: refs/heads/master
Commit: 87881e4d6311e61468edccb634c539abd0cf309d
Parents: 4e0c030
Author: Jochen Kemnade <jo...@web.de>
Authored: Sat Apr 26 12:53:08 2014 +0200
Committer: Jochen Kemnade <jo...@web.de>
Committed: Sat Apr 26 12:53:08 2014 +0200

----------------------------------------------------------------------
 tapestry-webresources/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/87881e4d/tapestry-webresources/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-webresources/build.gradle b/tapestry-webresources/build.gradle
index 52c2885..0a1ff8e 100644
--- a/tapestry-webresources/build.gradle
+++ b/tapestry-webresources/build.gradle
@@ -3,7 +3,7 @@ description = "Integration with WRO4J to perform runtime CoffeeScript compilatio
 dependencies {
     compile project(":tapestry-core")
     compile "com.github.sommeri:less4j:1.4.0"
-    compile "com.google.javascript:closure-compiler:v20131014"
+    compile "com.google.javascript:closure-compiler:v20140407"
     compile "org.mozilla:rhino:1.7R4"
 
     testCompile project(":tapestry-runner")