community/java: switch to JDK 17

This commit is contained in:
Paul Campbell 2024-10-09 15:24:19 +01:00
parent c9b50c4334
commit df02dac1da

View file

@ -69,9 +69,13 @@ return {
configuration = { configuration = {
runtimes = { runtimes = {
{ {
name = "Java-8", name = "Java-17",
path = "/home/pcampbell/.local/share/mise/installs/java/adoptopenjdk-8.0.392+8/", path = "/home/pcampbell/.local/share/mise/installs/java/corretto-17/",
}, },
-- {
-- name = "Java-8",
-- path = "/home/pcampbell/.local/share/mise/installs/java/adoptopenjdk-8.0.392+8/",
-- },
}, },
}, },
}, },