Skip to content

Commit d3976e0

Browse files
Use DEV version of sonar-java-plugin in ruling test
1 parent f5bd16f commit d3976e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

its/ruling/src/test/java/org/sonar/java/it/JavaRulingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ private static OrchestratorRule createOrchestrator() {
7575
OrchestratorRuleBuilder orchestratorBuilder = OrchestratorRule.builderEnv()
7676
.useDefaultAdminCredentialsForBuilds(true)
7777
.setSonarVersion(System.getProperty("sonar.runtimeVersion", "LATEST_RELEASE"))
78-
.addPlugin(MavenLocation.of("org.sonarsource.java", "sonar-java-plugin", "8.15.0.39249"))
78+
.addPlugin(MavenLocation.of("org.sonarsource.java", "sonar-java-plugin", "DEV"))
7979
.addPlugin(FileLocation.of(TestClasspathUtils.findModuleJarPath("../../java-symbolic-execution/java-symbolic-execution-plugin").toFile()))
8080
.addPlugin(MavenLocation.of("org.sonarsource.sonar-lits-plugin", "sonar-lits-plugin", "0.11.0.2659"));
8181

0 commit comments

Comments
 (0)