Releases: palantir/gradle-baseline
Releases · palantir/gradle-baseline
0.17.1
- Update checkstyle to match new copyright header (#214, #215)
- Bump gradle-errorprone-plugin (#217)
0.17.0
- Add Logsafe errorprone check (#211)
0.16.1
- Configure the intellij checkstyle plugin to use the correct checkstyle version (#212)
- Small tweaks to Palantir copyright (#206)
0.16.0
- [BREAK] Don't wrap single-annotations on fields in Intellij&Eclipse autoformatter
0.15.1
Major break: Requires Gradle 4.0
- Allow static imports of Collections and Collectors (#186)
- [BREAK] Upgradle to 4.0 (#184)
- Permit static import of additional hamcrest matchers (#174)
- Improve generated code compiler arg (#170)
0.14.0
- [STRICTER] Add error-prone checks for compile-time-constant message strings in Preconditions.xyz and Validation.xyz calls
0.13.1
- Only modify default Application and JUnit run configs in BaselineIdea (#163)
0.13.0
- Add baseline-error-prone (#146)
- Add error-prone check for unsafe usage of JsonTypeInfo (#161)
- Improve baseline-idea project generation (#156)
- Remove requirement for default case in switch statement (#149)
0.13.0-rc4
- add support Gradle 3.5 (by upgrading errorprone plugin)
0.13.0-rc3
- fix a configuration problem with the baseline-error-prone plugin