Skip to content

Commit

Permalink
Bump scanner version in ITs (#6680)
Browse files Browse the repository at this point in the history
  • Loading branch information
costin-zaharia-sonarsource committed Jan 31, 2023
1 parent 217a739 commit c117567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion its/pom.xml
Expand Up @@ -20,7 +20,7 @@
</organization>

<properties>
<scannerMsbuild.version>5.10.0.59947</scannerMsbuild.version>
<scannerMsbuild.version>5.11.0.60783</scannerMsbuild.version>
<surefire.argLine>-server</surefire.argLine>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion its/src/test/java/com/sonar/it/shared/TestUtils.java
Expand Up @@ -141,7 +141,7 @@ private static String getProjectBaseDir(Path projectDir, String subProjectName)
private static Build<ScannerForMSBuild> newScanner(Path projectDir) {
// We need to set the fallback version to run from inside the IDE when the property isn't set
return ScannerForMSBuild.create(projectDir.toFile())
.setScannerVersion(System.getProperty("scannerMsbuild.version", "5.10.0.59947"))
.setScannerVersion(System.getProperty("scannerMsbuild.version", "5.11.0.60783"))

// In order to be able to run tests on Azure pipelines, the AGENT_BUILDDIRECTORY environment variable
// needs to be set to the analyzed project directory.
Expand Down

0 comments on commit c117567

Please sign in to comment.