chore(deps): update plugin org.sonarqube to v7#2496
Open
renovate-bot wants to merge 1 commit into
Open
Conversation
Contributor
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Contributor
There was a problem hiding this comment.
🧹 Nitpick comments (1)
build.gradle (1)
17-17: ⚡ Quick winCheck SonarQube Gradle plugin (7.3.0) compatibility for the jump from 4.x
- Gradle wrapper is using Gradle 8.14.3/8.14.4, which meets the documented minimum for the SonarScanner-for-Gradle 7.x line.
- CI runs Gradle with JDK 25 by default (via
.github/actions/shared-build-setup,java-version: 25). The only explicit override to JDK 11 is intag-and-release.yml, and current workflows don’t invoke./gradlew sonar/./gradlew sonarqubetasks—so the scanner’s stricter JDK requirement shouldn’t be exercised there.- Optional forward-compat: update
build.gradle’ssonarqube { ... }block to the modernsonar { ... }DSL (and task name tosonarif/when analysis is wired in).🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@build.gradle` at line 17, The SonarQube Gradle plugin is using org.sonarqube version "7.3.0.8198" and the project still uses the legacy sonarqube { ... } DSL and task name; to forward‑compatibly support the 7.x scanner line update the build to use the modern DSL by renaming the sonarqube { ... } configuration block to sonar { ... } and, where CI or local scripts would invoke analysis, change task invocations from ./gradlew sonarqube to ./gradlew sonar; keep the existing plugin id/version unless you also want to proactively bump the plugin but ensure any CI jobs that run sonar are executed with a JDK supported by the scanner (adjust java-version in workflows if you enable the task).
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In `@build.gradle`:
- Line 17: The SonarQube Gradle plugin is using org.sonarqube version
"7.3.0.8198" and the project still uses the legacy sonarqube { ... } DSL and
task name; to forward‑compatibly support the 7.x scanner line update the build
to use the modern DSL by renaming the sonarqube { ... } configuration block to
sonar { ... } and, where CI or local scripts would invoke analysis, change task
invocations from ./gradlew sonarqube to ./gradlew sonar; keep the existing
plugin id/version unless you also want to proactively bump the plugin but ensure
any CI jobs that run sonar are executed with a JDK supported by the scanner
(adjust java-version in workflows if you enable the task).
|
f90b27d to
72c5b6f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
4.0.0.2929→7.3.1.8318Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.