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/29 22:27:42 UTC

git commit: Revert "update to latest Closure Compiler" as it requires Java 1.7

Repository: tapestry-5
Updated Branches:
  refs/heads/master c7a496b8c -> df619008f


Revert "update to latest Closure Compiler" as it requires Java 1.7

This reverts commit 87881e4d6311e61468edccb634c539abd0cf309d.

Conflicts:
	tapestry-webresources/build.gradle


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

Branch: refs/heads/master
Commit: df619008fda59410d9ed5ad4667e3fcfd0c038ad
Parents: c7a496b
Author: Jochen Kemnade <jo...@web.de>
Authored: Tue Apr 29 22:26:48 2014 +0200
Committer: Jochen Kemnade <jo...@web.de>
Committed: Tue Apr 29 22:26:48 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/df619008/tapestry-webresources/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-webresources/build.gradle b/tapestry-webresources/build.gradle
index 686dab3..283bd9c 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.5.3"
-    compile "com.google.javascript:closure-compiler:v20140407"
+    compile "com.google.javascript:closure-compiler:v20131014"
     compile "org.mozilla:rhino:1.7R4"
 
     testCompile project(":tapestry-runner")