Skip to content

Commit ca5ac64

Browse files
authored
chore(zookeeper): Speed up build by removing unnecessary steps (#1324)
1 parent ccd61f4 commit ca5ac64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zookeeper/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tar -czf /stackable/zookeeper-${NEW_VERSION}-src.tar.gz .
4242
# that created all kinds of issues for the build container
4343
mvn \
4444
-pl "!zookeeper-client/zookeeper-client-c" \
45-
clean install checkstyle:check spotbugs:check \
45+
clean install \
4646
-DskipTests \
4747
-Pfull-build
4848

0 commit comments

Comments
 (0)