Skip to content

Commit

Permalink
move mill modules into subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-schultz committed Dec 17, 2024
1 parent c61d0a8 commit 51abd7d
Show file tree
Hide file tree
Showing 4,376 changed files with 3 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 3 additions & 0 deletions hail/build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import mill.scalalib.Assembly._
import mill.scalalib.TestModule.TestNg
import mill.scalalib.scalafmt.ScalafmtModule
import mill.util.Jvm
import os.Path

object Settings {
val hailMajorMinorVersion = "0.2"
Expand Down Expand Up @@ -126,6 +127,8 @@ trait HailScalaModule extends SbtModule with ScalafmtModule with ScalafixModule

object `package` extends RootModule with HailScalaModule { outer =>

override def millSourcePath: Path = super.millSourcePath / "modules"

object env extends Module {
def scalaVersion: T[String] = Task.Input {
val v = T.ctx().env.getOrElse("SCALA_VERSION", "2.12.20")
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 51abd7d

Please sign in to comment.