This is an automated email from the ASF dual-hosted git repository. vlamp pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
commit 028580ff193ea648b2b0e2caa861b7c8e690f96c Author: Volker Lamp <vl...@apache.org> AuthorDate: Fri Apr 14 23:02:37 2023 +0200 Make sure tapestry-spock tests get executed. --- tapestry-spock/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tapestry-spock/build.gradle b/tapestry-spock/build.gradle index fc06771da..894614390 100644 --- a/tapestry-spock/build.gradle +++ b/tapestry-spock/build.gradle @@ -10,5 +10,5 @@ dependencies { } test { - useJUnit() + useJUnitPlatform() }