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 2017/04/03 13:06:14 UTC

tapestry-5 git commit: switch to unshaded closure compiler

Repository: tapestry-5
Updated Branches:
  refs/heads/master 692cbe727 -> 97c104560


switch to unshaded 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/97c10456
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/97c10456
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/97c10456

Branch: refs/heads/master
Commit: 97c10456005f32f221770b1458d25a8a6eeec337
Parents: 692cbe7
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Fri Mar 31 09:32:12 2017 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Mon Apr 3 08:38:29 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/97c10456/tapestry-webresources/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-webresources/build.gradle b/tapestry-webresources/build.gradle
index 235e632..28b6466 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.12.0"
-    compile "com.google.javascript:closure-compiler:v20170218"
+    compile "com.google.javascript:closure-compiler-unshaded:v20170218"
     compile "org.mozilla:rhino:1.7.7.1"
 
     testCompile project(":tapestry-runner")