community/java: switch to JDK 17
This commit is contained in:
parent
c9b50c4334
commit
df02dac1da
1 changed files with 6 additions and 2 deletions
|
@ -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/",
|
||||
-- },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue