BuildSpec

mill.main.buildgen.BuildSpec
See theBuildSpec companion class
object BuildSpec

Attributes

Companion
class
Source
BuildSpec.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
BuildSpec.type

Members list

Type members

Classlikes

case class MetaSpec(baseModules: Seq[ModuleSpec], depsObjectName: String, rootModuleName: String)

Specification for generating source files for a Mill meta-build.

Specification for generating source files for a Mill meta-build.

Value parameters

baseModules

Module supertypes, containing shared settings, for build modules.

depsObjectName

Name of the Scala object that defines constants for dependencies.

rootModuleName

Name of the module at the root of the meta-build tree.

Attributes

Source
BuildSpec.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def fill(packages: Seq[PackageSpec]): BuildSpec

Returns a build specification by adding "unit" packages for any missing path segments.

Returns a build specification by adding "unit" packages for any missing path segments.

Attributes

Source
BuildSpec.scala