1 parent 0c0fc31 commit 2bd1320Copy full SHA for 2bd1320
1 file changed
Dockerfile
@@ -13,7 +13,7 @@ RUN if [ -z "${CUSTOM_CRT_URL}" ] ; then echo "No custom cert needed"; else \
13
&& export OPTIONAL_CERT_ARG=--cert=/etc/ssl/certs/ca-certificates.crt \
14
; fi
15
COPY . /app
16
-RUN cd /app && gradle build -x test --no-watch-fs $OPTIONAL_CERT_ARG
+RUN cd /app && gradle build -x test -x spotlessJavaCheck --no-watch-fs $OPTIONAL_CERT_ARG
17
18
################## Stage 1
19
FROM ${RUN_IMAGE} AS runner
0 commit comments