Skip to content

Commit

Permalink
chore(java): Remove cross compilation flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmcintosh committed Nov 15, 2024
1 parent 6ac2190 commit 2443778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.compile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ RUN apk add --update \
LABEL maintainer="[email protected]"
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

0 comments on commit 2443778

Please sign in to comment.