Hi
When using IntelliJ to compile your project when you have made some changes it does not by default recompile the full project or module. And its way faster than if it would. The issue is that when the changed files does not include the file that have the @EnableFlamingock annotation flamingock throws an error during the build.
It would be great if one could continue to use intelliJs compiler using incremental builds while using flamingock. Do you think this is something that could be fixed?
The error thrown is: java: java.lang.RuntimeException: @EnableFlamingock annotation is mandatory. Please annotate a class with @EnableFlamingock to configure the pipeline.
All the best!
Hi
When using IntelliJ to compile your project when you have made some changes it does not by default recompile the full project or module. And its way faster than if it would. The issue is that when the changed files does not include the file that have the @EnableFlamingock annotation flamingock throws an error during the build.
It would be great if one could continue to use intelliJs compiler using incremental builds while using flamingock. Do you think this is something that could be fixed?
The error thrown is: java: java.lang.RuntimeException: @EnableFlamingock annotation is mandatory. Please annotate a class with @EnableFlamingock to configure the pipeline.
All the best!