I have a simple 'Custom Gradle Plugin' which applied to several projects and I want to avoid using 'lombok.config' in each project. Is there any way to declare 'lombok.config' in 'Custom Gradle Plugin' and apply it to my projects?
I have a simple 'Custom Gradle Plugin' which applied to several projects and I want to avoid using 'lombok.config' in each project. Is there any way to declare 'lombok.config' in 'Custom Gradle Plugin' and apply it to my projects?