-
Notifications
You must be signed in to change notification settings - Fork 289
Open
Milestone
Description
Gradle 4.7+ has a new feature to let annotation processors run incrementally. In order to make that work, Immutables has to tell Gradle how its annotation processor behave during execution.
For details see:
https://docs.gradle.org/nightly/userguide/java_plugin.html#sec:incremental_annotation_processing
Supporting this feature, would greatly reduce build times using Gradle.
jakekdodd, pioterj, MartyIX, eugene-krivobokov, clamothe and 11 more