Skip to content

Commit b31c8a6

Browse files
committed
fix build
1 parent 536ad47 commit b31c8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ lazy val root: Project = (project in file("."))
9797
.settings(name := "elasticmq-root", publish / skip := true)
9898
// we want to build the main jar using java 8, but native-server requires java 11, so it's built separately
9999
// native-server project is only used for building docker with graalvm native image
100-
.aggregate(commonTest, core, rest, persistence, server, nativeServer, ui)
100+
.aggregate(commonTest, core, rest, persistence, server, ui)
101101

102102
lazy val commonTest: Project = (project in file("common-test"))
103103
.settings(buildSettings)

0 commit comments

Comments
 (0)