Skip to content

Commit

Permalink
Java ITs: Use LATEST_RELEASE SQ version (#8610)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-mikula-sonarsource committed Jan 25, 2024
1 parent a597b59 commit 195ae28
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 @@ -71,7 +71,7 @@ public static OrchestratorExtensionBuilder prepareOrchestrator() {
return OrchestratorExtension.builderEnv()
.useDefaultAdminCredentialsForBuilds(true)
// See https://github.com/SonarSource/orchestrator#version-aliases
.setSonarVersion(System.getProperty("sonar.runtimeVersion", "DEV"))
.setSonarVersion(System.getProperty("sonar.runtimeVersion", "LATEST_RELEASE"))
.setEdition(Edition.DEVELOPER)
.activateLicense();
}
Expand Down

0 comments on commit 195ae28

Please sign in to comment.