Skip to content

Commit

Permalink
Sonarcloud scan is not working
Browse files Browse the repository at this point in the history
- remove MaxPermSize arg for the jvm since jdk17 doesn't support it anymore

Issue-ID: AAI-4027
Change-Id: I8ecddf887894e89d260ff3697d3b0619892b174f
Signed-off-by: Fiete Ostkamp <[email protected]>
  • Loading branch information
Fiete Ostkamp authored and Fiete Ostkamp committed Oct 23, 2024
1 parent d0ddf64 commit 29cbaf8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jjb/aai/aai-aai-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
sonarcloud: true
sonarcloud-project-organization: "{sonarcloud_project_organization}"
sonarcloud-project-key: "{sonarcloud_project_organization}_{project-name}"
sonarcloud-java-version: openjdk11
sonar-mvn-goal: "{sonar_mvn_goal}"
build-node: ubuntu1804-builder-4c-4g
project: "aai/aai-common"
Expand All @@ -45,7 +44,7 @@
mvn-params: ""
mvn-settings: "aai-aai-common-settings"
mvn-goals: "clean install"
mvn-opts: "-Xmx1024m -XX:MaxPermSize=256m"
mvn-opts: "-Xmx1024m -XX:MaxMetaspaceSize=256m"
mvn-version: "mvn35"
java-version: openjdk11

Expand Down

0 comments on commit 29cbaf8

Please sign in to comment.