From 67e7ff692b159df46859a47f59f5864c6c2548e6 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Sat, 23 Apr 2022 10:17:17 +0200 Subject: [PATCH] Update .gitpod.yml --- .gitpod.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 14e6a57..68866b3 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -2,8 +2,7 @@ # Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file) # and commit this file to your remote git repository to share the goodness with others. -image: - file: java:17 +image: gitpod/workspace-java-17 tasks: - init: mvn clean install