Skip to content

Commit

Permalink
Default to Java 17 to compile / run user code (VirtusLab#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault authored and romanowski committed Mar 10, 2022
1 parent 1d93105 commit 8826f1a
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 8826f1a

Please sign in to comment.