mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 07:15:49 +00:00
Do not perform checkstyle in maven build
This commit is contained in:
parent
73d1376a73
commit
4c70f0f946
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ RUN mkdir /project
|
|||
COPY . /project
|
||||
WORKDIR /project
|
||||
|
||||
RUN mvn clean package -DskipTests
|
||||
RUN mvn clean package -DskipTests -Dcheckstyle.skip
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue