Skip to content

Commit

Permalink
fix(build): Match GRADLE_OPTS in Dockerfile with CI build (#4535)
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Tomsu committed Apr 21, 2020
1 parent 5e08904 commit d4aedba
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 @@ -7,5 +7,5 @@ MAINTAINER sig-platform@spinnaker.io
ENV JAVA_HOME /usr/lib/jvm/java-11-openjdk-amd64
ENV JDK_18 /usr/lib/jvm/java-8-openjdk-amd64
ENV GRADLE_USER_HOME /workspace/.gradle
ENV GRADLE_OPTS -Xmx4g
ENV GRADLE_OPTS "-Xmx6g -Xms6g"
CMD ./gradlew --no-daemon -PenableCrossCompilerPlugin=true clouddriver-web:installDist -x test

0 comments on commit d4aedba

Please sign in to comment.