Skip to content

Commit

Permalink
Merge pull request #2829 from guwirth/first-community-build
Browse files Browse the repository at this point in the history
first test with Community Build
  • Loading branch information
guwirth authored Dec 9, 2024
2 parents e8aeeb3 + d7ebea7 commit 6023753
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cxx-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ jobs:
os: [ubuntu-latest]
java: [ '17' ]
distribution: [ 'temurin' ]
sonarqube: [ '9.9.7.96285', '10.7.0.96327' ]
sonarqube: [ '9.9.7.96285', '24.12.0.100206' ]
sonarscanner: [ '6.2.1.4610' ]

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -449,7 +449,7 @@ jobs:
os: [windows-latest]
java: [ '17' ]
distribution: [ 'temurin' ]
sonarqube: [ '9.9.7.96285', '10.7.0.96327' ]
sonarqube: [ '9.9.7.96285', '24.12.0.100206' ]
sonarscanner: [ '6.2.1.4610' ]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
<aggregate.report.dir>integration-tests/target/site/jacoco-aggregate/jacoco.xml</aggregate.report.dir>

<!-- we depend on API ${sonar.version} but we keep backward compatibility with LTS -->
<sonar.version>10.7.0.96327</sonar.version>
<sonar.version>24.12.0.100206</sonar.version>
<sonar.plugin.api.version>10.14.0.2599</sonar.plugin.api.version>
<pluginApiMinVersion>9.14.0.375</pluginApiMinVersion>

Expand Down

0 comments on commit 6023753

Please sign in to comment.