From 4ba47a7e6dd96973d0b87c798fbea5cfc264c69d Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Sat, 23 Apr 2022 07:40:49 +0000 Subject: [PATCH] j --- .gitpod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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