Skip to content

Commit

Permalink
Code review remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
mstachniuk committed Dec 17, 2024
1 parent a530f2b commit d517f84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public abstract class TestBase {

private static final AtomicInteger REQUESTED_ORCHESTRATORS_KEY = new AtomicInteger();
private static final CountDownLatch IS_ORCHESTRATOR_READY = new CountDownLatch(1);
private static final String SCANNER_VERSION = "5.0.1.3006";
private static final String SCANNER_VERSION = "6.2.1.4610";

private static final OrchestratorExtensionBuilder orchestratorBuilder = OrchestratorExtension.builder(CONFIGURATION);
public static final Orchestrator ORCHESTRATOR = orchestratorBuilder
Expand Down
1 change: 1 addition & 0 deletions sonar-go-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ tasks.shadowJar {
exclude("libs/**")
exclude("META-INF/maven/**")
exclude("tmp/**")
exclude("spotless/**")
}
doLast {
enforceJarSizeAndCheckContent(tasks.shadowJar.get().archiveFile.get().asFile, 9_000_000L, 9_500_000L)
Expand Down

0 comments on commit d517f84

Please sign in to comment.