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 669d3c2b6 Rewriting WebResourcesSpec into Java to avoid Geb problems
669d3c2b6 is described below

commit 669d3c2b6d50b9194cd1d0a8d5b0086a0571e3dc
Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br>
AuthorDate: Fri Dec 1 20:09:36 2023 -0300

    Rewriting WebResourcesSpec into Java to avoid Geb problems
---
 tapestry-webresources/build.gradle                                       | 1 +
 .../t5/webresources/services/web/WebResourcesTest.java}                  | 0
 2 files changed, 1 insertion(+)

diff --git a/tapestry-webresources/build.gradle 
b/tapestry-webresources/build.gradle
index 033394fa2..f573f2dc2 100644
--- a/tapestry-webresources/build.gradle
+++ b/tapestry-webresources/build.gradle
@@ -8,6 +8,7 @@ description = "Integration with WRO4J to perform runtime 
CoffeeScript compilatio
 
 dependencies {
     api            project(":tapestry-core")
+    testImplementation project(":tapestry-test")
     api            "com.google.javascript:closure-compiler-unshaded:v20200504"
     implementation "com.github.sommeri:less4j:1.12.0"
     
diff --git 
a/tapestry-webresources/src/test/groovy/t5/webresources/tests/WebResourcesSpec.groovy
 
b/tapestry-webresources/src/test/java/t5/webresources/services/web/WebResourcesTest.java
similarity index 100%
rename from 
tapestry-webresources/src/test/groovy/t5/webresources/tests/WebResourcesSpec.groovy
rename to 
tapestry-webresources/src/test/java/t5/webresources/services/web/WebResourcesTest.java

Reply via email to