Skip to content
Advertisement

Tag: intellij-lombok-plugin

Application build failed cause of Lombok

I’ve faced problem when building my project that uses Lombok after swapping to different git branch. I get multiple exceptions generally of these two types: for classes like I get for classes like I get in methods like And after all I get StackOverflowError. The problem is fixed after running gradle:clean -> gradle:build. But comes up again after swapping branch.

Advertisement