package main
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- main
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait MainModule extends BaseClass with BaseModule0
mill.define.Module containing all the default tasks that Mill provides: resolve, show, inspect, plan, etc.
- abstract class RootModule extends BaseModule with MainModule
Used to mark a module in your
build.mill
as a top-level module, so it's tasks can be run directly e.g.Used to mark a module in your
build.mill
as a top-level module, so it's tasks can be run directly e.g. viamill run
rather than prefixed by the module namemill foo.run
.Only one top-level module may be defined in your
build.mill
, and it must be defined at the top level of thebuild.mill
and not nested in any other modules. - abstract class SubfolderModule extends BaseClass with Module
- case class Tasks[T](value: Seq[NamedTask[T]]) extends Product with Serializable
- trait TokenReaders0 extends AnyRef
- trait VisualizeModule extends BaseClass with define.TaskModule
Deprecated Type Members
- type EvaluatorScopts[T] = EvaluatorTokenReader[T]
- Annotations
- @deprecated
- Deprecated
(Since version Mill 0.11.0-M8) Renamed to EvaluatorTokenReader.
Value Members
- object BuildInfo
- object MainModule
- object RootModule
- Annotations
- @internal()
- object RunScript
- object SubfolderModule
- object Tasks extends Serializable
- object TokenReaders extends TokenReaders0
- object VisualizeModule extends ExternalModule with VisualizeModule