Skip to content

Commit

Permalink
Excavator: Upgrades Baseline to the latest version (#1186)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Jan 6, 2025
1 parent a1503a6 commit d6fb41a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
dependencies {
classpath 'com.palantir.jakartapackagealignment:jakarta-package-alignment:0.6.0'
classpath 'com.gradle.publish:plugin-publish-plugin:1.3.0'
classpath 'com.palantir.baseline:gradle-baseline-java:6.5.0'
classpath 'com.palantir.baseline:gradle-baseline-java:6.7.0'
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:2.31.0'
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.19.0'
classpath 'com.palantir.gradle.failure-reports:gradle-failure-reports:1.13.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ public int format(String... args) throws UsageException {
}
}

@SuppressWarnings("for-rollout:RedundantControlFlow")
private int formatFiles(CommandLineOptions parameters, JavaFormatterOptions options) {
int numThreads = Math.min(MAX_THREADS, parameters.files().size());
ExecutorService executorService = Executors.newFixedThreadPool(numThreads);
Expand Down

0 comments on commit d6fb41a

Please sign in to comment.