build: add native-image builder
This commit is contained in:
parent
5fce840adc
commit
b3b53dd1fc
@ -5,6 +5,7 @@ val LogbackVersion = "1.5.6"
|
|||||||
val MunitCatsEffectVersion = "2.0.0"
|
val MunitCatsEffectVersion = "2.0.0"
|
||||||
|
|
||||||
lazy val root = (project in file("."))
|
lazy val root = (project in file("."))
|
||||||
|
.enablePlugins(GraalVMNativeImagePlugin)
|
||||||
.settings(
|
.settings(
|
||||||
organization := "systems.gaze",
|
organization := "systems.gaze",
|
||||||
name := "guestbook",
|
name := "guestbook",
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.1")
|
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.1")
|
||||||
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
|
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
|
||||||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")
|
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")
|
||||||
|
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
|
||||||
|
Loading…
Reference in New Issue
Block a user