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