Compare commits

..

No commits in common. "80d3bd0002d4ad6f148d481691415b20aff179f0" and "df02dac1da458eea8edc86efce8c45c41c0868ef" have entirely different histories.

View file

@ -67,17 +67,15 @@ return {
settings = { settings = {
java = { java = {
configuration = { configuration = {
updateBuildConfiguration = "interactive",
runtimes = { runtimes = {
{ {
name = "Java-17", name = "Java-17",
path = os.getenv("HOME") .. "/.local/share/mise/installs/java/corretto-17/", path = "/home/pcampbell/.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/",
-- },
}, },
}, },
}, },