Skip to content

Commit

Permalink
Revert "Use Java 21" (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
oat9002 authored Dec 22, 2023
1 parent b22d064 commit 4b1220a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ lazy val root = project
)

scalacOptions ++= Seq("-Xmax-inlines", "50")
scalacOptions ++= Seq("-deprecation")


enablePlugins(JavaAppPackaging, DockerPlugin)

dockerRepository := Some("oat9002")
dockerBaseImage := "eclipse-temurin:21-jre-jammy"
dockerBaseImage := "eclipse-temurin:17-jre-focal"
dockerExposedPorts := Seq(8080, 80, 443)
dockerUpdateLatest := true

Expand Down

0 comments on commit 4b1220a

Please sign in to comment.