Closed sveri closed 8 months ago
Odd that it can't find the class 🤔 However, I spot that you've got a GraalVM plugin there, are you running this w/ Graal or as a native image by any chance? Others have reported issues when trying to use a native image (#235, #229) as GraalVM I think still has trouble running dynamic Groovy code.
Thank you for looking into this. A new day, new idea, so, I just cleaned my whole gradle cache, after restarting everything and suddenly it works.
It seems like there is a bug in gradle or the VSCode java plugin, however, everything works now.
Sorry about the confusion, I should have cleaned the cache yesterday already.
I am trying to add thymeleaf dialect layout to a new project and when configuring it, as stated in the docs (https://ultraq.github.io/thymeleaf-layout-dialect/getting-started/) it throws an NPE:
Unfortunately I cannot find anything using google or in the docs, so any help is appreciated.
This is my build.gradle:
And this is my config class: