Skip to content

Commit

Permalink
fix (ide): Fix (broken) Codespace, now it works (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Feb 26, 2024
1 parent e1267ac commit cc5dfa7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/devcontainer/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ set -euo pipefail
ROOT_DIR=$(realpath "$(dirname "$0")")/../..

"$ROOT_DIR"/tools/asdf/install.bash
# shellcheck source=/dev/null
source "$HOME/.asdf/asdf.sh"

# Since we do not install Java via ASDF by default (see PS in .tools-versions),
# we do that here now - but notably only for the dev container. And we do a "global"
# installation, to prevent this from being added to the project's .tools-versions.
asdf plugin add java
asdf install temurin-21.0.2+13.0.LTS
asdf install java temurin-21.0.2+13.0.LTS
asdf global java temurin-21.0.2+13.0.LTS
java --version

Expand Down

0 comments on commit cc5dfa7

Please sign in to comment.