File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
its/ruling/src/test/java/org/sonar/java/it Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments