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