Releases: palantir/gradle-processors
Releases · palantir/gradle-processors
3.7.0
Type |
Description |
Link |
Fix |
fix eclipse annotation processing |
#241 |
3.6.0
Automated release, no documented user facing changes
3.5.0
Type |
Description |
Link |
Fix |
The processors configuration uses the JAVA_RUNTIME attribute rather than JAVA_API , allowing transitive implementation and runtimeOnly annotation-processor dependencies to be discovered correctly by IDEs. |
#211 |
3.4.0
Type |
Description |
Link |
Fix |
Annotation processor dependencies are no longer explicitly removed from IDEA scopes. As of Gradle 6.3, annotation processor dependencies are no longer added to IDEA scopes by the IDEA plugin. |
#165 |
Improvement |
Remove extra log spam |
#207 |
3.2.0
Type |
Description |
Link |
Improvement |
Remove annotation processor dependencies from IDEA scopes, to avoid potentially getting two different versions of the same jar in your PROVIDED or TEST scopes in IDEA (one from (test)annotationProcessor , one from (test)compileClasspath ). |
#144 |
3.1.0
Type |
Description |
Link |
Improvement |
Configure inter-project annotation processor dependencies correctly in IDEA. |
#113 |
3.0.1
Type |
Description |
Link |
Fix |
Correctly set project name to gradle-processors |
#120 |
3.0.0
Type |
Description |
Link |
Break |
Remove support for FindBugs in order to support Gradle 6+. The plugin now requires at least Gradle 4.6. |
#115 |
2.3.0
No documented user facing changes