Hi All!
I am having trouble running tests in my Spring Boot project. When I run the engine the program fails to compile. I get the warning “You aren’t using a compiler supported by lombok, so lombok will not work and has been disabled”
This is causing my classes not to instantiate right. Anyone ever encounter this problem?
Thank you