3.24.0
svc-autorelease
released this
11 Jun 20:17
·
1672 commits
to develop
since this release
Type | Description | Link |
---|---|---|
Improvement | Running ./gradlew --write-locks should be faster now, as it doesn't update your baseline-class-uniqueness.lock file implicitly anymore. To update this, you need to run ./gradlew checkClassUniqueness --write-locks . |
#1389 |
Improvement | Add errorprone check to avoid accidentally undoing immutables Style meta-annotations. | #1396 |