BuildInfo

mill.main.BuildInfo
object BuildInfo

Attributes

Source
BuildInfo.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
BuildInfo.type

Members list

Value members

Concrete fields

@Scaladoc(value = "/** All Mill distribution dependencies */")

All Mill distribution dependencies

All Mill distribution dependencies

Attributes

Source
BuildInfo.scala
@Scaladoc(value = "/** Mill binary platform version. */")
val millBinPlatform: String

Mill binary platform version.

Mill binary platform version.

Attributes

Source
BuildInfo.scala
@Scaladoc(value = "/** Coordinates of the module pulling the whole of Mill */")
val millDistModule: String

Coordinates of the module pulling the whole of Mill

Coordinates of the module pulling the whole of Mill

Attributes

Source
BuildInfo.scala
@Scaladoc(value = "/** Scalac compiler plugin dependencies to compile the build script. */")
val millScalacPluginDeps: String

Scalac compiler plugin dependencies to compile the build script.

Scalac compiler plugin dependencies to compile the build script.

Attributes

Source
BuildInfo.scala
@Scaladoc(value = "/** Mill version. */")
val millVersion: String

Mill version.

Mill version.

Attributes

Source
BuildInfo.scala
@Scaladoc(value = "/** Scala version used to compile mill core. */")
val scalaVersion: String

Scala version used to compile mill core.

Scala version used to compile mill core.

Attributes

Source
BuildInfo.scala
@Scaladoc(value = "/** Scala 2.12 version used by some workers. */")
val workerScalaVersion212: String

Scala 2.12 version used by some workers.

Scala 2.12 version used by some workers.

Attributes

Source
BuildInfo.scala
@Scaladoc(value = "/** Scala 2.13 version used by some workers. */")
val workerScalaVersion213: String

Scala 2.13 version used by some workers.

Scala 2.13 version used by some workers.

Attributes

Source
BuildInfo.scala