This message was deleted.
# community-support
s
This message was deleted.
m
I think that's the same issue as https://github.com/gradle/gradle/issues/24018
💯 1
a
Indeed it is and thanks to your workaround, I am able to proceed further.
v
Is there a reason not to simply use Groovy 3 for your Spock tests? That's why there is Groovy 2.5, 3.0, and 4.0 variants of Spock
a
Yes. It’s a Spring Boot 3 project with the plugin being one of the sub projects. The plugin is actually an extension of the Spring Boot Gradle plugin and since Spring Boot 3 uses Groovy 4, I have had to upgrade Spock to 2.3-groovy-4.0.
👌 1