Closed asolntsev closed 2 years ago
Hi @asolntsev,
I see that you're using compileOnly
- have you tried with annotationProcessor
(as per the docs)? It can be that Gradle puts it into a wrong classloader
yep, can confirm - changing it to annotationProcessor
works as intended. I submitted a suggestion on your PR :)
I am getting an error when trying to compile Java16 project with Jabel.