Skip to content

Commit

Permalink
Excavator: Upgrades Baseline to the latest version (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Nov 4, 2024
1 parent d88b215 commit d76592b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
classpath 'com.palantir.gradle.failure-reports:gradle-failure-reports:1.13.0'
classpath 'com.palantir.javaformat:gradle-palantir-java-format:2.50.0'
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:2.29.0'
classpath 'com.palantir.baseline:gradle-baseline-java:5.72.0'
classpath 'com.palantir.baseline:gradle-baseline-java:6.0.0'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:3.1.0'
classpath 'org.jetbrains.grammarkit:org.jetbrains.grammarkit.gradle.plugin:2022.3.2.2'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
import java.util.List;
import org.immutables.value.Value;

// Automatically suppressed to unblock enforcement in new code
@SuppressWarnings("ImmutablesStyle")
@Value.Immutable
@Value.Style(jdkOnly = true)
@JsonDeserialize(as = ImmutableVersioning.class)
Expand Down

0 comments on commit d76592b

Please sign in to comment.