diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ad6774f..9eee23b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,7 @@ // Set *default* container specific settings.json values on container create. "settings": { "terminal.integrated.shell.linux": "/bin/bash", - "java.home": "/usr/local/openjdk-8" + "java.home": "/usr/local/openjdk-11" }, // Add the IDs of extensions you want installed when the container is created.