it didn't work again.
I suspect the cache problem or something, I use the invalid cache under the file and restart it several times, but it doesn’t work.
Finally, the build runner turns on the delegate ide build/run actions to maven, and that's it. However, after it is turned on, it will be very slow when I run the project debug locally, and then turn it off again. Lombok did not report an error, so it was solved.
In my case,the specific error is couldn't find one class file. I open it and find the suffix magically becomes '.aj'. Change it back to '.java'. It works for me.
This problem also comes when there is non compatible version of java installed on your system .
For my case i was working on debian Linux distro on Ubuntu 22.04 LTS
but i installed ARM64 Compressed Archive
When i uninstalled above and installed x64 Compressed Archive
problem was solved .
In this case mvn --version
did not worked either and was giving exec path error