diff --git a/.gitpod.yml b/.gitpod.yml index 7a74d91c1..d744aca09 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -6,5 +6,5 @@ ports: onOpen: open-preview # start up tasks tasks: -- init: ./mvnw package -DskipTests >/dev/null +- init: ./mvnw package -DskipTests command: ./mvnw package -DskipTests # FIXME : LS removes *.css on initialize