Skip to content

Commit 4b44806

Browse files
committed
fix: don't start a mill server
Since this is meant to just be ran once and be done there is no need to start a server.
1 parent b6bd159 commit 4b44806

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scip-java/src/main/scala/com/sourcegraph/scip_java/buildtools/MillBuildTool.scala

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ class MillBuildTool(index: IndexCommand) extends BuildTool("mill", index) {
4848
val millProcess = index.process(
4949
List(
5050
command,
51+
"--no-server",
5152
"--import",
5253
s"ivy:io.chris-kipp::mill-scip::${BuildInfo.millScipVersion}",
5354
"io.kipp.mill.scip.Scip/generate",

0 commit comments

Comments
 (0)