Skip to content

Commit

Permalink
Don't need the reference to super
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Nov 1, 2024
1 parent d6d4c52 commit c6a822e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions runner/src/mill/runner/MillBuildRootModule.scala
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,6 @@ abstract class MillBuildRootModule()(implicit
def millVersion = T.input { BuildInfo.millVersion }

override def compile: T[CompilationResult] = Task(persistent = true) {
val superTask = super.compile

val sv = scalaVersion()
val mv = millVersion()

Expand Down

0 comments on commit c6a822e

Please sign in to comment.