From 24437789dc011cc3589c0c3b5b49736967f4500e Mon Sep 17 00:00:00 2001 From: Jason McIntosh Date: Fri, 15 Nov 2024 13:02:48 -0600 Subject: [PATCH] chore(java): Remove cross compilation flag --- Dockerfile.compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.compile b/Dockerfile.compile index 8edb30189b..3160976a1a 100644 --- a/Dockerfile.compile +++ b/Dockerfile.compile @@ -5,4 +5,4 @@ RUN apk add --update \ LABEL maintainer="sig-platform@spinnaker.io" ENV GRADLE_USER_HOME /workspace/.gradle ENV GRADLE_OPTS -Xmx4g -CMD ./gradlew -PenableCrossCompilerPlugin=true --no-daemon gate-web:installDist -x test +CMD ./gradlew --no-daemon gate-web:installDist -x test