Releases: palantir/gradle-processors
gradle-processors v1.2.12
gradle-processors v1.2.11
This release adds integration with Gradle's Jacoco plugin, stopping it from issuing warnings about generated code. Thanks to @j-esse for contributing this feature!
gradle-processors v1.2.10
This release fixes an issue that caused some FindBugs rules to complain about missing generated types.
gradle-processors v1.2.9
This release fixes a bug in IntelliJ directory-based projects (those opened directly in IntelliJ) that was causing code to be erroneously generated in the wrong top-level package. It also adds an option to re-enable passing generated classes to FindBugs, which the plugin does not do by default since there is no way to fix any reported issues, but which may cause FindBugs to complain about missing types.
gradle-processors v1.2.8
This release fixes a regression in v1.2.4 where the new default output directory chosen for Eclipse was not being accepted by Eclipse.
gradle-processors v1.2.7
This release fixes a bug when the 'idea' plugin was only being applied to subprojects. Additionally, we no longer add the "processors" extension to subprojects' 'idea' settings, as the output directories can only be set per-project in IntelliJ.
gradle-processors v1.2.6
This release fixes an issue where gradle builds may start failing with the error Could not get unknown property 'idea' for root project
(#53). It also fixes a related regression introduced since v1.2.1; you can once again open build.gradle files directly from IntelliJ, without needing to import the 'idea' plugin as well.
gradle-processors v1.2.5
This release fixes an issue with IntelliJ 2016.3 (#51).
gradle-processors v1.2.4
- Fix a bug causing the outputDir (formerly sourceOutputDir) configuration setting to be ignored.
- Eclipse no longer outputs generated source to the same directory as gradle by default, as this causes some odd issues.
gradle-processors v1.2.3
Fix a bug occurring when the java, eclipse and processors plugins were imported in a particular order (#12).