Skip to content

Commit

Permalink
update native image config files after switch to pekko
Browse files Browse the repository at this point in the history
  • Loading branch information
micossow committed Nov 2, 2023
1 parent 0c56e1f commit 536ad47
Show file tree
Hide file tree
Showing 3 changed files with 258 additions and 256 deletions.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ lazy val root: Project = (project in file("."))
.settings(name := "elasticmq-root", publish / skip := true)
// we want to build the main jar using java 8, but native-server requires java 11, so it's built separately
// native-server project is only used for building docker with graalvm native image
.aggregate(commonTest, core, rest, persistence, server, ui)
.aggregate(commonTest, core, rest, persistence, server, nativeServer, ui)

lazy val commonTest: Project = (project in file("common-test"))
.settings(buildSettings)
Expand Down Expand Up @@ -316,6 +316,7 @@ lazy val nativeServer: Project = (project in file("native-server"))
"--report-unsupported-elements-at-runtime",
"--initialize-at-build-time=scala.Symbol$",
"--allow-incomplete-classpath",
"--install-exit-handlers",
"--no-fallback",
"--verbose",
"--static",
Expand Down
Loading

0 comments on commit 536ad47

Please sign in to comment.