feat: manage Java 11 with Mise on Fedora WSL

This commit is contained in:
Fabio Scotto di Santolo
2026-08-31 18:20:52 +02:00
parent 67b576d9b3
commit 45340103d0
8 changed files with 55 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
# Activate Mise for interactive Bash sessions, including JAVA_HOME for its JDKs.
if command -v mise >/dev/null 2>&1; then
eval "$(mise activate bash)"
fi

View File

@@ -0,0 +1,2 @@
[tools]
java = "temurin-11.0.31+11"