Skip to content

Commit 1eb37f1

Browse files
Add missing options to build step
1 parent 30221df commit 1eb37f1

1 file changed

Lines changed: 3 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

0 commit comments

Comments
 (0)