mill.main.buildgen.BuildSpec
See theBuildSpec companion object
case class BuildSpec (
packages :
Seq [
PackageSpec ],
metaBuild :
Option [
MetaSpec ] = ...,
millVersion :
String = ...,
millJvmOpts :
Seq [
String ] = ...)
Specification for generating source files for a Mill build.
Attributes
See also
Companion
object
Source
BuildSpec.scala
Graph
Reset zoom Hide graph Show graph
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
Moves modules in nested packages to the root module hierarchy. This eliminates nested build files without modifying the build semantics.
Moves modules in nested packages to the root module hierarchy. This eliminates nested build files without modifying the build semantics.
Attributes
Source
BuildSpec.scala
An iterator over the names of all the elements of this product.
An iterator over the names of all the elements of this product.
Attributes
Inherited from:
Product
Source
Product.scala
An iterator over all the elements of this product.
An iterator over all the elements of this product.
Attributes
Returns
in the default implementation, an Iterator[Any]
Inherited from:
Product
Source
Product.scala