-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
There are a few places where the AP is accessing the `Filer` to create new files, e.g.
processingEnv.getFiler().createResource(...)
This create resource method has an optional vararg parameter for originating elements.
At the moment none are supplied. This may result in Gradle's incremental compilation getting confused leading to a full recompilation:
Full recompilation is required because the generated resource 'org/hibernate/dialect/DialectLogging.i18n.properties in CLASS_OUTPUT' must have exactly one originating element, but had 0