Remove deprecated maven build option from docker build

This commit is contained in:
Chris Vest 2021-04-27 10:09:40 +02:00
parent 7ac7655e87
commit 2fc3666077

View File

@ -36,4 +36,4 @@ COPY . .
# Make sure Maven has enough memory to keep track of all the tests we run
ENV MAVEN_OPTS="-Xmx4g -XX:+HeapDumpOnOutOfMemoryError"
# Run tests
CMD mvn verify -o -B -C -T1C -fae -nsu -npu
CMD mvn verify -o -B -C -T1C -fae -nsu