Skip to content

Commit

Permalink
Drop plugins from orchestrator
Browse files Browse the repository at this point in the history
  • Loading branch information
leveretka committed Feb 29, 2024
1 parent dd4f9cd commit d08dc63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public abstract class AbstractMavenTest {
public static final OrchestratorExtension ORCHESTRATOR = OrchestratorExtension.builderEnv()
.setSonarVersion(getSonarVersion())
.useDefaultAdminCredentialsForBuilds(true)
.keepBundledPlugins()
//.keepBundledPlugins()
.build();

protected HttpConnector wsConnector;
Expand Down

0 comments on commit d08dc63

Please sign in to comment.