You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by th...@apache.org on 2020/07/26 22:25:09 UTC

[tapestry-5] branch master updated: Revert "TAP5-2626: updating Google Closure dependency to latest"

This is an automated email from the ASF dual-hosted git repository.

thiagohp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


The following commit(s) were added to refs/heads/master by this push:
     new 9eef636  Revert "TAP5-2626: updating Google Closure dependency to latest"
9eef636 is described below

commit 9eef6362c538ded5526f7a0aec84356b578c1c04
Author: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
AuthorDate: Sun Jul 26 19:24:43 2020 -0300

    Revert "TAP5-2626: updating Google Closure dependency to latest"
    
    This reverts commit 123feacc9a62b0d0712c7fa7984d012ef7479a5a.
---
 tapestry-webresources/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tapestry-webresources/build.gradle b/tapestry-webresources/build.gradle
index 85a2e10..50afa35 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-unshaded:v20200628"
+    compile "com.google.javascript:closure-compiler-unshaded:v20200504"
     compile "org.mozilla:rhino:1.7.7.2"
 
     testCompile project(":tapestry-runner")