This repository has been archived by the owner on Jan 27, 2020. It is now read-only.
v0.14
<sourceSet>Apt
configurations are deprecated, replaced with<sourceSet>AnnotationProcessor
(this also applies to source sets'processorpath
, renamed toannotationProcessorPath
)aptOptions.processorpath
is deprecated when used with Gradle 3.4+, users should migrate to the built-inoptions.annotationProcessorPath
generatedSourcesDestinationDir
is deprecated when used with Gradle 4.3+, users should migrate to the built-inoptions.annotationProcessorGeneratedSourcesDirectory
- IDE tasks (
gradle idea
orgradle eclipseFactorypath
) should now trigger builds of project dependencies (#77) - Overhaul of the plugin internals