Skip to content

0.29.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@robert3005 robert3005 released this 13 Aug 20:30
· 2631 commits to develop since this release
c236657

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'