Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

v0.14

Compare
Choose a tag to compare
@tbroyer tbroyer released this 11 Feb 23:07
· 90 commits to master since this release
  • <sourceSet>Apt configurations are deprecated, replaced with <sourceSet>AnnotationProcessor (this also applies to source sets' processorpath, renamed to annotationProcessorPath)
  • aptOptions.processorpath is deprecated when used with Gradle 3.4+, users should migrate to the built-in options.annotationProcessorPath
  • generatedSourcesDestinationDir is deprecated when used with Gradle 4.3+, users should migrate to the built-in options.annotationProcessorGeneratedSourcesDirectory
  • IDE tasks (gradle idea or gradle eclipseFactorypath) should now trigger builds of project dependencies (#77)
  • Overhaul of the plugin internals