Skip to content

Commit cdb524c

Browse files
SONARJAVA-6021 Fix unified dogfooding (#5437)
1 parent 0410788 commit cdb524c

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/unified-dogfooding.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
with:
1818
version: 2025.7.12
1919
- uses: SonarSource/ci-github-actions/build-maven@v1
20+
env:
21+
MAVEN_OPTS: "-Xmx8g"
22+
JAVA_TOOL_OPTIONS: ""
2023
with:
2124
run-shadow-scans: true
2225
artifactory-reader-role: private-reader

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@
8787
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
8888

8989
<sonar.version>25.1.0.102122</sonar.version>
90+
<!-- Required by shadow scans -->
91+
<sonar.organization>sonarsource</sonar.organization>
9092
<!--
9193
sonar-plugin-api should be compatible with SQ peach. You can see which version SQ is using
9294
at SonarSource/sonarqube/gradle.properties

0 commit comments

Comments
 (0)