Skip to content

Commit

Permalink
Excavator: Upgrades Baseline to the latest version (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Apr 21, 2022
1 parent 7397530 commit 4581dfd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {

dependencies {
classpath 'com.gradle.publish:plugin-publish-plugin:0.21.0'
classpath 'com.palantir.baseline:gradle-baseline-java:4.105.0'
classpath 'com.palantir.baseline:gradle-baseline-java:4.109.0'
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:2.10.0'
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.11.0'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.15.0'
Expand Down
2 changes: 0 additions & 2 deletions gradle-conjure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,5 @@ idea {
tasks.withType(JavaCompile).configureEach {
options.errorprone {
check('Slf4jLogsafeArgs', CheckSeverity.OFF)
// Abstract Gradle tasks actually need a public constructor
check('PublicConstructorForAbstractClass', CheckSeverity.OFF)
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

@SuppressWarnings("PublicConstructorForAbstractClass")
public abstract class ConjureRunnerResource implements BuildService<Params>, Closeable {

private static final Logger log = LoggerFactory.getLogger(ConjureRunnerResource.class);
Expand Down

0 comments on commit 4581dfd

Please sign in to comment.