From: ToineSiebelink Date: Thu, 26 Oct 2023 10:22:56 +0000 (+0100) Subject: Move to Java 17, remove jvm options X-Git-Url: https://gerrit.onap.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=ddbbdf2ccbe3368834939b9962b2e2068d8043ae Move to Java 17, remove jvm options - Removed JVM options that make sonar job fail Issue-ID: CPS-1911 Change-Id: I641e5dcfece2e835493943a4412ecb9d48fda276 Signed-off-by: ToineSiebelink --- diff --git a/jjb/cps/cps-cps-tbdmt.yaml b/jjb/cps/cps-cps-tbdmt.yaml index cfb9663b2..0e0995623 100644 --- a/jjb/cps/cps-cps-tbdmt.yaml +++ b/jjb/cps/cps-cps-tbdmt.yaml @@ -70,7 +70,6 @@ branch: "master" mvn-settings: "cps-cps-tbdmt-settings" mvn-goals: "clean install" - mvn-opts: "-Xmx1024m -XX:MaxPermSize=256m" - project: name: cps-tbdmt-sonar-verify @@ -90,4 +89,3 @@ branch: "master" mvn-settings: "cps-cps-tbdmt-settings" mvn-goals: "clean install" - mvn-opts: "-Xmx1024m -XX:MaxPermSize=256m"