We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00120c7 commit 6ed09c3Copy full SHA for 6ed09c3
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -74,7 +74,7 @@ final case class MillCommunityProject(
74
override val docCommand = null
75
// uncomment once mill is released
76
// if ignoreDocs then null else s"$baseCommand.docJar"
77
- override val runCommandsArgs = List("-i", "-D", s"dottyVersion=$compilerVersion", "--no-server")
+ override val runCommandsArgs = List("-i", "-D", s"dottyVersion=$compilerVersion")
78
79
final case class SbtCommunityProject(
80
project: String,
0 commit comments