Skip to content

Commit

Permalink
Default to Java 17 to compile / run user code (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault authored Feb 21, 2022
1 parent 8ffc73b commit 84d1134
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ object OsLibc {
else default
}

private def defaultJvmVersion = "11"
private def defaultJvmVersion = "17"

def baseDefaultJvm(os: String, jvmVersion: String): String = {
def java17OrHigher = Try(jvmVersion.takeWhile(_.isDigit).toInt)
Expand Down

0 comments on commit 84d1134

Please sign in to comment.