Change target to release for java 17 on fsesl

This commit is contained in:
Paul Trudel 2023-06-12 21:27:13 +00:00
parent 2d737aa0ef
commit 1c4d2d1eae
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ val compileSettings = Seq(
"-Xlint",
"-Ywarn-dead-code",
"-language:_",
"-target:11",
"-release:17",
"-encoding", "UTF-8"
),
javacOptions ++= List(

View File

@ -13,7 +13,7 @@ val compileSettings = Seq(
"-Xlint",
"-Ywarn-dead-code",
"-language:_",
"-target:11",
"-release:17",
"-encoding", "UTF-8"
),
javacOptions ++= List(