feat: new checks

This commit is contained in:
Aleksandr Chikovani 2023-08-28 22:53:53 -04:00
parent 2614bf8c0e
commit 4c10a078b4

View file

@ -3,7 +3,7 @@ ARG VERSION undefined
ENV VERSION=$VERSION
WORKDIR /app
COPY . .
RUN ./gradlew build -x test -Pversion=$VERSION
RUN ./gradlew build -x test -x checkstyleMain -Pversion=$VERSION
FROM eclipse-temurin@sha256:e90e0d654765ab3ae33f5c5155daafa4a907d0d738ce98c3be8f402a8edcee2b
ENV PORT 8080