0.29.0-rc1
Pre-release
Pre-release
robert3005
released this
13 Aug 20:30
·
2631 commits
to develop
since this release
Improvements
- Upgrade
checkstyle
to 8.12 #313- notably fixes detection of
UnnecessaryParenthesis
andSummaryJavadoc
that could have been missed before
- notably fixes detection of
- 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'
- For default config it's enough to only apply that plugin via