From 8dd1c8485c892893269d015181506c609008143b Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Sat, 23 Apr 2022 10:16:13 +0200 Subject: [PATCH] Update .gitpod.yml --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 13d8376..14e6a57 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. image: - file: gitpod/workspace-java-17 + file: java:17 tasks: - init: mvn clean install