Skip to content

Commit

Permalink
Plugin ITs: Set SQ version back to DEV (#7043)
Browse files Browse the repository at this point in the history
  • Loading branch information
mary-georgiou-sonarsource committed Apr 6, 2023
1 parent f978b5e commit 675b96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion its/src/test/java/com/sonar/it/shared/TestUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public static OrchestratorBuilder prepareOrchestrator() {
return Orchestrator.builderEnv()
.useDefaultAdminCredentialsForBuilds(true)
// See https://github.com/SonarSource/orchestrator#version-aliases
.setSonarVersion(System.getProperty("sonar.runtimeVersion", "LATEST_RELEASE[9.9]"))
.setSonarVersion(System.getProperty("sonar.runtimeVersion", "DEV"))
.setEdition(Edition.DEVELOPER)
.activateLicense();
}
Expand Down

0 comments on commit 675b96a

Please sign in to comment.