1.7.0
·
2363 commits
to develop
since this release
Type | Description | Link |
---|---|---|
Improvement | Baseline can now re-format all your Java files using the Eclipse formatter. This is currently an opt-in preview, try it out by running ./gradlew format -Pcom.palantir.baseline-format.eclipse . |
#707 |
Improvement | Add errorprone check to ensure junit5 tests are not used with junit4 Rule/ClassRule | #714 |