This is an automated email from the ASF dual-hosted git repository. vlamp pushed a commit to branch TAP5-2723 in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
commit 6a0b479ec7d647de1a09a17d38a8210e12083ac4 Author: Volker Lamp <vl...@apache.org> AuthorDate: Mon May 30 20:30:03 2022 +0200 Use JUnit Platform so that Spock 2.0 specs are discovered. --- tapestry-ioc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tapestry-ioc/build.gradle b/tapestry-ioc/build.gradle index 7960d7bb6..c17fee3fe 100644 --- a/tapestry-ioc/build.gradle +++ b/tapestry-ioc/build.gradle @@ -27,7 +27,7 @@ dependencies { } test { - useJUnit() + useJUnitPlatform() // Override the master build.gradle systemProperties.remove("tapestry.service-reloading-enabled") } \ No newline at end of file