We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0410788 commit cdb524cCopy full SHA for cdb524c
2 files changed
.github/workflows/unified-dogfooding.yml
@@ -17,6 +17,9 @@ jobs:
17
with:
18
version: 2025.7.12
19
- uses: SonarSource/ci-github-actions/build-maven@v1
20
+ env:
21
+ MAVEN_OPTS: "-Xmx8g"
22
+ JAVA_TOOL_OPTIONS: ""
23
24
run-shadow-scans: true
25
artifactory-reader-role: private-reader
pom.xml
@@ -87,6 +87,8 @@
87
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
88
89
<sonar.version>25.1.0.102122</sonar.version>
90
+ <!-- Required by shadow scans -->
91
+ <sonar.organization>sonarsource</sonar.organization>
92
<!--
93
sonar-plugin-api should be compatible with SQ peach. You can see which version SQ is using
94
at SonarSource/sonarqube/gradle.properties
0 commit comments