Compare commits
No commits in common. "80d3bd0002d4ad6f148d481691415b20aff179f0" and "df02dac1da458eea8edc86efce8c45c41c0868ef" have entirely different histories.
80d3bd0002
...
df02dac1da
1 changed files with 5 additions and 7 deletions
|
@ -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/",
|
||||||
|
-- },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue