Skip to content

Commit

Permalink
[pom] Drop sonar plugin api tp back to 10.11.0.2468 (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz authored Nov 28, 2024
1 parent 6a2340c commit 406d900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
SONAR_SERVER_JAVA_VERSION: 17
# 10.x
- SONAR_SERVER_VERSION: 10.7.0.96327
SONAR_PLUGIN_API_VERSION: 10.14.0.2599
SONAR_PLUGIN_API_VERSION: 10.11.0.2468
SONAR_SERVER_JAVA_VERSION: 17
# https://mvnrepository.com/artifact/org.sonarsource.sonarqube/sonar-core
# https://mvnrepository.com/artifact/org.sonarsource.api.plugin/sonar-plugin-api
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
env:
# previous LTS version
SONAR_SERVER_VERSION: 9.9.7.96285
SONAR_SERVER_VERSION: 9.9.7.96285
SONAR_PLUGIN_API_VERSION: 9.14.0.375
SONAR_TOKEN: $SONAR_TOKEN
steps:
Expand Down

0 comments on commit 406d900

Please sign in to comment.