Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ final case class MillCommunityProject(
override val docCommand = null
// uncomment once mill is released
// if ignoreDocs then null else s"$baseCommand.docJar"
override val runCommandsArgs = List("-i", "-D", s"dottyVersion=$compilerVersion")
override val environment = Map("MILL_VERSION" -> "0.10.5")
override val runCommandsArgs = List("-i", "-D", s"dottyVersion=$compilerVersion", "--no-server")

final case class SbtCommunityProject(
project: String,
Expand Down
Loading