Packages

p

mill

main

package main

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. main
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait MainModule extends BaseClass with define.Module

    mill.define.Module containing all the default tasks that Mill provides: resolve, show, inspect, plan, etc.

  2. abstract class RootModule extends BaseModule with MainModule

    Used to mark a module in your build.sc as a top-level module, so it's targets and commands can be run directly e.g.

    Used to mark a module in your build.sc as a top-level module, so it's targets and commands can be run directly e.g. via mill run rather than prefixed by the module name mill foo.run.

    Only one top-level module may be defined in your build.sc, and it must be defined at the top level of the build.sc and not nested in any other modules.

  3. case class Tasks[T](value: Seq[NamedTask[T]]) extends Product with Serializable
  4. trait VisualizeModule extends BaseClass with define.TaskModule

Deprecated Type Members

  1. type EvaluatorScopts[T] = EvaluatorTokenReader[T]
    Annotations
    @deprecated
    Deprecated

    (Since version Mill 0.11.0-M8) Renamed to EvaluatorTokenReader.

Value Members

  1. object BuildInfo
  2. object MainModule
  3. object RootModule
    Annotations
    @internal()
  4. object RunScript
  5. object Tasks extends Serializable
  6. object TokenReaders
  7. object VisualizeModule extends ExternalModule with VisualizeModule

Inherited from AnyRef

Inherited from Any

Ungrouped