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 6c13209 commit 50d47a8Copy full SHA for 50d47a8
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -87,7 +87,7 @@ final case class MillCommunityProject(
87
ignoreDocs: Boolean = false,
88
requiresExperimental: Boolean = false,
89
) extends CommunityProject:
90
- override val binaryName: String = "./mill"
+ override val binaryName: String = "MILL_VERSION=0.9.6-16-a5da34 && ./mill"
91
override val testCommand = s"$baseCommand.test"
92
override val publishCommand = s"$baseCommand.publishLocal"
93
override val docCommand = null
0 commit comments