unbroken-dome / gradle-testsets-plugin

A plugin for the Gradle build system that allows specifying test sets (like integration or acceptance tests).
MIT License
230 stars 50 forks source link

Support the compileOnly and annotationProcessor configurations #45

Closed fpavageau closed 6 years ago

fpavageau commented 6 years ago

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.

tkrullmann commented 6 years ago

Thanks a lot! I'll put this into a new release shortly.