Skip to content

Commit

Permalink
chore(sonar) new sonarqube requires java17 (#27529)
Browse files Browse the repository at this point in the history
* new sonarqube requires java17

* update the sonarqube client

Change is only in build queue that is currently blocked due to SonarQube issue after upgrade.
  • Loading branch information
spbolton committed Feb 6, 2024
1 parent a38321e commit aca8ee5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-cicd-pipeline.yml
Expand Up @@ -606,10 +606,10 @@ jobs:
with:
fetch-depth: 0
- uses: ./.github/actions/cleanup-runner
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 11
java-version: 17
distribution: 'temurin'
- name: Get Date
id: get-date
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Expand Up @@ -76,7 +76,7 @@
<version.rewrite-maven-plugin>4.46.0</version.rewrite-maven-plugin>
<version.shade.plugin>3.2.1</version.shade.plugin>
<version.site.plugin>4.0.0-M8</version.site.plugin>
<version.sonar.plugin>3.7.0.1746</version.sonar.plugin>
<version.sonar.plugin>3.10.0.2594</version.sonar.plugin>
<version.source.plugin>3.1.0</version.source.plugin>

<version.versions.plugin>2.8.1</version.versions.plugin>
Expand Down

0 comments on commit aca8ee5

Please sign in to comment.