Skip to content

Commit

Permalink
Excavator: Upgrades Baseline to the latest version (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Aug 10, 2021
1 parent aef23d5 commit d00b1b4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .baseline/checkstyle/checkstyle-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,4 @@

<!-- Generated code should not be subjected to checkstyle. -->
<suppress files="[/\\].*[/\\]generated.*[/\\]" checks="." />

<!-- Generated SafeLogger/SafeLoggerBridge should not be subjected to checkstyle. -->
<suppress files=".*SafeLogger.*" checks=".*" />
</suppressions>
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
classpath 'com.palantir.javaformat:gradle-palantir-java-format:2.2.0'
classpath 'com.palantir.gradle.revapi:gradle-revapi:1.5.0'
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:2.0.0'
classpath 'com.palantir.baseline:gradle-baseline-java:4.0.0'
classpath 'com.palantir.baseline:gradle-baseline-java:4.10.0'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
@AutoService(SafeLoggerFactoryBridge.class)
public final class Slf4JSafeLoggerFactoryBridge implements SafeLoggerFactoryBridge {

/** ServiceLoader requires a public no-arg constructor */
/** ServiceLoader requires a public no-arg constructor. */
public Slf4JSafeLoggerFactoryBridge() {}

@Override
Expand Down

0 comments on commit d00b1b4

Please sign in to comment.