From c0aebdf1f43ed6f64fcc76e19cbc2dfee2e0f3df Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 9 Mar 2023 10:20:51 -0500 Subject: Code changes needed to resolve openjdk17 issues Upgraded groovy maven plugin for openjdk17. Changed parent version to latest snapshot to pick up grpc upgrade needed to allow local compiles on newer macbooks, based on apple silicon. Issue-ID: CCSDK-3861 Signed-off-by: Dan Timoney Change-Id: Ie11456682a3a038892a35a5ec3b3e0f2e8847b13 --- cds-ui/application/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cds-ui/application') diff --git a/cds-ui/application/pom.xml b/cds-ui/application/pom.xml index 3a305a0dc..4f09b0c96 100644 --- a/cds-ui/application/pom.xml +++ b/cds-ui/application/pom.xml @@ -40,9 +40,9 @@ limitations under the License. - org.codehaus.groovy.maven - gmaven-plugin - 1.0 + org.codehaus.gmaven + groovy-maven-plugin + 2.1.1 validate -- cgit 1.2.3-korg