TaskModule
mill.api.TaskModule
@Scaladoc(value = "/**\n * A [[Module]] that has a [[defaultTask]] that will be automatically\n * executed if the module name is provide at the Mill command line\n */")
trait TaskModule extends Module
A Module that has a defaultTask that will be automatically executed if the module name is provide at the Mill command line
Attributes
- Graph
-
- Supertypes
Members list
Type members
Inherited classlikes
@Scaladoc(value = "/**\n * Miscellaneous machinery around traversing & querying the build hierarchy,\n * that should not be needed by normal users of Mill\n */")
object moduleInternal extends Internal
Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill
Value members
Abstract methods
@Scaladoc(value = "/**\n * The name of the default command, which will be automatically executed if\n * the module name is provided at the Mill command line.\n */")
The name of the default command, which will be automatically executed if the module name is provided at the Mill command line.
The name of the default command, which will be automatically executed if the module name is provided at the Mill command line.
Attributes
In this article