From df02dac1da458eea8edc86efce8c45c41c0868ef Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Wed, 9 Oct 2024 15:24:19 +0100 Subject: [PATCH] community/java: switch to JDK 17 --- lua/community.lua | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lua/community.lua b/lua/community.lua index b3c9801..310d9d8 100644 --- a/lua/community.lua +++ b/lua/community.lua @@ -69,9 +69,13 @@ return { configuration = { runtimes = { { - name = "Java-8", - path = "/home/pcampbell/.local/share/mise/installs/java/adoptopenjdk-8.0.392+8/", + name = "Java-17", + 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/", + -- }, }, }, },