diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..1e91f6e --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,9 @@ +{ + "image": "mcr.microsoft.com/devcontainers/base:ubuntu-22.04", + "features": { + "ghcr.io/devcontainers/features/java:1": { + "version": "11", + "installMaven": "true" + } + } +} diff --git a/.gitpod.yml b/.gitpod.yml deleted file mode 100644 index 0162a89..0000000 --- a/.gitpod.yml +++ /dev/null @@ -1,5 +0,0 @@ -tasks: - - init: mvn install -DskipTests=false -vscode: - extensions: - - vscjava.vscode-java-pack