Releases: palantir/gradle-baseline
Releases · palantir/gradle-baseline
0.29.0-rc1
Improvements
- Upgrade
checkstyle
to 8.12 #313
- notably fixes detection of
UnnecessaryParenthesis
and SummaryJavadoc
that could have been missed before
- Refactor
com.palantir.baseline-checkstyle
plugin to avoid order of application dependencies and properly detect java plugin application #313
com.palantir.baseline
correctly appropriately applies plugins to root project and individual subprojects #322
- For default config it's enough to only apply that plugin via
apply plugin: 'com.palantir.baseline'
0.28.0
- Block the usages of Caffeine caches in
com.palantir.baseline-checkstyle
(#317)
- New
com.palantir.baseline-versions
plugin (#312)
0.27.1
- Reference issues, not authors, in TODO blocks (#260)
- Fix javadoc task after error-prone upgrade (#316)
0.26.1
com.palantir.baseline-circleci
now always applies the configuration resolver plugin (#311)
0.26.0
com.palantir.baseline-circleci
transitively applies configuration-resolver plugin #309
0.25.1
- Revert "Add suppressions for integration tests as well" (#308)
0.25.0
- Add
com.palantir.baseline-circleci
plugin (#307)
- Add suppressions for integration tests as well (#304)
0.24.0
- Catch block contains log line that doesn't log exception (#301)
0.23.0
- Disallow concrete List types (#293)
- Line comments are inline and with a single space (#299)
- Upgrade error-prone's EqualsHashCode and EqualsIncompatibleType from Warn -> Error (#298)