diff --git a/.gitpod.yml b/.gitpod.yml index 91c70703..c36570c0 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,3 +1,5 @@ +image: gitpod/workspace-full + tasks: - init: ./mvnw clean install -U -DskipTests command: ./mvnw spring-boot:run @@ -16,5 +18,3 @@ jetbrains: intellij: plugins: - com.haulmont.jpab - prebuilds: - version: both