My project used to use compileOnly for Lombok, and now uses annotationProcessor as well since migrating to Gradle 4.6 (otherwise you get a warning during the build). It would be nice if gradle-testsets-plugin supported those as well so the configuration doesn't need to be repeated for the integration tests.
My project used to use
compileOnly
for Lombok, and now usesannotationProcessor
as well since migrating to Gradle 4.6 (otherwise you get a warning during the build). It would be nice ifgradle-testsets-plugin
supported those as well so the configuration doesn't need to be repeated for the integration tests.