Releases: palantir/gradle-baseline
Releases · palantir/gradle-baseline
0.13.0-rc2
RC for baseline-error-prone
0.12.0
- [BREAK] Change maven group name from
com.palantir
tocom.palantir.baseline
- [BREAK] Require explicit dependency on Baseline configuration
- [STRICTER] Revert "Allow static imports (#102)" (#139)
- [STRICTER] Revert "Remove DesignForExtension as a checkstyle rule" (#140)
- [STRICTER] Revert "Remove requirement to use ImmutableList.<Foo, Bar>builder() instead of new ImmutableList.Builder<Foo, Bar>() (#54)" (#141)
- [RELAXED] Remove baseline-findbugs (#131)
0.12.0-rc1
Revert "Allow static imports (#102)" (#139) This reverts commit dffc8d9d54b1d0c01c681cd73342ef7a7ffc86ae.
0.12.0-alpha1
Test release to test publishing
0.11.1
0.11.0
This release has the following breaking Checkstyle changes:
- [STRICTER] Add checkstyle rule for test setup/teardown method names (#130)
- [RELAXED] Do not apply checkstyle VisibilityModifier in test classes (#129)
- [STRICTER+RELAXED] Bump checkstyle version to 7.5.1 (#128)
- [RELAXED] Support Checkstyle suppression comment format (#126)
- [STRICTER] Add checkstyle check for TODO format (#124)
Other changes:
- Template year in eclipse prefs file (#120)
0.10.0
0.9.2
- Add checkstyle project dependencies; work around gradle/gradle#855