Skip to content

Commit

Permalink
Excavator: Upgrades Baseline to the latest version (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Aug 15, 2021
1 parent 2a4a20c commit 7bdf2b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .palantir/revapi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
acceptedBreaks:
"0.27.0":
com.palantir.tritium:tritium-registry:
- code: "java.class.nowFinal"
old: "class com.palantir.tritium.metrics.registry.MetricName.Builder"
new: "class com.palantir.tritium.metrics.registry.MetricName.Builder"
justification: "MetricName.Builder is final"
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {

dependencies {
classpath 'com.google.errorprone:error_prone_core:2.8.1'
classpath 'com.palantir.baseline:gradle-baseline-java:4.13.0'
classpath 'com.palantir.baseline:gradle-baseline-java:4.15.0'
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:2.0.0'
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.4.0'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.12.3'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ static Builder builder() {
return new Builder();
}

class Builder extends ImmutableMetricName.Builder {
final class Builder extends ImmutableMetricName.Builder {
// We cannot use the immutables implementation because it causes too much hashcode pain.
@Override
public MetricName build() {
Expand Down

0 comments on commit 7bdf2b2

Please sign in to comment.