Skip to content

Commit 6ed09c3

Browse files
committed
Don't set --no-server for mill projects, is implied by -i, two cannot be used together
This reverts commit ef6a44a.
1 parent 00120c7 commit 6ed09c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ final case class MillCommunityProject(
7474
override val docCommand = null
7575
// uncomment once mill is released
7676
// if ignoreDocs then null else s"$baseCommand.docJar"
77-
override val runCommandsArgs = List("-i", "-D", s"dottyVersion=$compilerVersion", "--no-server")
77+
override val runCommandsArgs = List("-i", "-D", s"dottyVersion=$compilerVersion")
7878

7979
final case class SbtCommunityProject(
8080
project: String,

0 commit comments

Comments
 (0)