Hi,
when using spring-boot 2.3.2.RELEASE with spock-spring:1.3-groovy-2.5, using the @Slf4j annotation and running with the gradle wraper from the commandline the following error occurs:
Caused by: groovy.lang.MissingPropertyException: No such property: log for class: ....
Possible solutions: port
Comment From: wilkinsona
This looks like a duplicate of GROOVY-9650 to me.