Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Releases: palantir/gradle-processors

3.7.0

17 Aug 10:39
e94197f

Choose a tag to compare

Type Description Link
Fix fix eclipse annotation processing #241

3.6.0

24 Aug 20:04
a8bef81

Choose a tag to compare

Automated release, no documented user facing changes

3.5.0

24 Aug 19:54
41bdcd0

Choose a tag to compare

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

26 May 09:16
c63b695

Choose a tag to compare

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.3.0

20 Jan 16:52
f3b6fb3

Choose a tag to compare

Type Description Link
Improvement Don't configure annotation processor directories when importing from IntelliJ. #147

3.2.0

07 Jan 15:53
69fd303

Choose a tag to compare

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

02 Sep 10:48

Choose a tag to compare

Type Description Link
Improvement Configure inter-project annotation processor dependencies correctly in IDEA. #113

3.0.1

28 Aug 14:35
8f53d7f

Choose a tag to compare

Type Description Link
Fix Correctly set project name to gradle-processors #120

3.0.0

23 Aug 12:36
9a9fb35

Choose a tag to compare

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

14 Aug 13:39

Choose a tag to compare

No documented user facing changes