My java compile task contains an annotation processor creating some java-files, and I am using the incubating incremental compilation feature. If I delete or rename a java-class, the corresponding generated java-class is not deleted. Is incremental annotation processing supported? If yes, how can Gradle be advised to respect the mapping from original java-file to generated java-file?
Thanks,
Luzi