You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2013/11/11 20:05:08 UTC

git commit: TAP5-2216: Update Less4j to 1.2.0 and Closure Compiler to v20131014

Updated Branches:
  refs/heads/master 79917eadf -> 2a756d76d


TAP5-2216: Update Less4j to 1.2.0 and Closure Compiler to v20131014


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

Branch: refs/heads/master
Commit: 2a756d76de3429d79939ba801bd50f2734629eb5
Parents: 79917ea
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Mon Nov 11 11:05:00 2013 -0800
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Mon Nov 11 11:05:00 2013 -0800

----------------------------------------------------------------------
 tapestry-webresources/build.gradle | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/2a756d76/tapestry-webresources/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-webresources/build.gradle b/tapestry-webresources/build.gradle
index 881794f..a095aa9 100644
--- a/tapestry-webresources/build.gradle
+++ b/tapestry-webresources/build.gradle
@@ -2,8 +2,8 @@ description = "Integration with WRO4J to perform runtime CoffeeScript compilatio
 
 dependencies {
     compile project(":tapestry-core")
-    compile "com.github.sommeri:less4j:1.1.2"
-    compile "com.google.javascript:closure-compiler:v20130722"
+    compile "com.github.sommeri:less4j:1.2.0"
+    compile "com.google.javascript:closure-compiler:v20131014"
     compile "org.mozilla:rhino:1.7R4"
 
     testCompile project(":tapestry-runner")
@@ -29,4 +29,4 @@ test {
     systemProperties("geb.build.reportsDir": "$reporting.baseDir/geb",
         "tapestry.compiled-asset-cache-dir": "$buildDir/compiled-asset-cache",
         "tapestry.production-mode": "false")
-}
\ No newline at end of file
+}