Skip to content

Commit 54b01a5

Browse files
committed
Remove front from build for now
1 parent d5200e0 commit 54b01a5

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
@@ -111,4 +111,4 @@ val next =
111111
.enablePlugins(JavaAppPackaging)
112112
.enablePlugins(GraalVMNativeImagePlugin)
113113
.dependsOn(core)
114-
.aggregate(core, front)
114+
.aggregate(core /* front */ )

0 commit comments

Comments
 (0)