Releases: palantir/suppressible-error-prone
Releases · palantir/suppressible-error-prone
1.6.0
🐛 Fixes
- Ensure multiple errors from the same method do not repeat in
@SuppressWarnings
when suppressing (#24)
1.5.0
🐛 Fixes
- Libraries from this repo that are used in compilation (
suppressible-error-prone
, suppressible-error-prone-annotations
) are now targeted at JDK 11 rather than 17. (#22)
1.4.0
🐛 Fixes
- Ensure we match the behaviour of
com.palantir.baseline-error-prone.disable
from baseline. (#17)
1.3.0
🐛 Fixes
- Avoid
StackOverflowError
when suppressing (#10)
- Don't fail to suppress on non-class type definitions (interfaces, enums, records etc) (#14)
1.2.0
🐛 Fixes
- Set tags too to try to fix Gradle plugin portal publish (#9)
1.1.0
🐛 Fixes
- Set the website in the Gradle plugin declaration so publishing works (#7)
-
- Support non-main source sets (eg
test
)
- Provide a
compileAllErrorProne
task that depends on all the compile tasks that have errorprone applied and enabled. (#8)
1.0.0
✨ Features
- Allow errorprone failures to be automatically suppressed (#6)