diff --git a/.gitpod.yml b/.gitpod.yml index 9d5458b..6d209ba 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -3,7 +3,7 @@ # and commit this file to your remote git repository to share the goodness with others. tasks: - - before: sudo apt install openjdk-17-jdk - - init: mvn install -DskipTests=false + - before: sudo apt install -y openjdk-17-jdk-headless + - init: mvn clean install