excavator is a bot for automating changes across repositories.
Changes produced by the roomba/latest-baseline-oss check.
Release Notes
2.49.2
Type
Description
Link
Fix
Errors of the form The value for Report xml property 'required' is final and cannot be changed any further. in Gradle 6.1 are now fixed for the com.palantir.junit-reports plugin.
baseline-circleci no longer applies the (deprecated) configuration resolver plugin which provided the ./gradlew resolveConfigurations task. We no longer run this on CI, but if you want to keep using it, feel free to depend on the plugin directly.
The deprecated com.palantir.baseline-versions plugin has been deleted, as we recommended using gradle-consistent-versions instead. (Alternatively, you can still manually set up nebula.dependency-recommender).
Replace the checkstyle UnnecessaryParentheses check with error-prone. The existing upstream UnnecessaryParentheses check covers most cases, a new UnnecessaryLambdaArgumentParentheses check covers the rest.
excavator is a bot for automating changes across repositories.
Changes produced by the roomba/latest-baseline-oss check.
Release Notes
2.49.2
The value for Report xml property 'required' is final and cannot be changed any further.
in Gradle 6.1 are now fixed for thecom.palantir.junit-reports
plugin.3.0.0
./gradlew resolveConfigurations
task. We no longer run this on CI, but if you want to keep using it, feel free to depend on the plugin directly.com.palantir.baseline-versions
plugin has been deleted, as we recommended using gradle-consistent-versions instead. (Alternatively, you can still manually set up nebula.dependency-recommender).3.1.0
3.1.1
UnnecessaryLambdaArgumentParentheses
handling explicitly typed primitive lambda args3.2.0
3.2.1
ParenPad
rule is turned off when using palantir-java-format, to avoid disagreements that can't be fixed by the user.To enable or disable this check, please contact the maintainers of Excavator.