Compare commits

...

3 commits

View file

@ -67,15 +67,17 @@ return {
settings = { settings = {
java = { java = {
configuration = { configuration = {
updateBuildConfiguration = "interactive",
runtimes = { runtimes = {
{ {
name = "Java-17", name = "Java-17",
path = "/home/pcampbell/.local/share/mise/installs/java/corretto-17/", path = os.getenv("HOME") .. "/.local/share/mise/installs/java/corretto-17/",
default = true,
},
{
name = "Java-8",
path = os.getenv("HOME") .. "/.local/share/mise/installs/java/adoptopenjdk-8.0.392+8/",
}, },
-- {
-- name = "Java-8",
-- path = "/home/pcampbell/.local/share/mise/installs/java/adoptopenjdk-8.0.392+8/",
-- },
}, },
}, },
}, },