Hi All,
I am using IDEA for development and am facing trouble in running the test
cases via the IDE.

I am able to run the test cases via the console successfully - but IDEA
complains while executing the test cases (while preprocessing the Lombok
annotations). Apparently few of the test modules have cyclic dependencies
among themselves hence the preprocessing fails.

Is anyone else facing this issue on IDEA. Is there any known workaround for
this.

Error Log:

Error:java: Annotation processing is not supported for module cycles.
Please ensure that all modules from cycle
[test10,main5,main11,main8,test9,test7,test1,main2] are excluded from
annotation processing

The list of cyclic dependencies in project modules can be checked from :
IDEA > File menu > Analyze > Module Dependencies

Any help would be appreciated.

Thanks

Reply via email to