mill.main
package mill.main
Members list
Type members
Classlikes
object BuildInfo
Attributes
- Source
- BuildInfo.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BuildInfo.type
@Scaladoc(value = "/**\n * [[mill.define.Module]] containing all the default tasks that Mill provides: [[resolve]],\n * [[show]], [[inspect]], [[plan]], etc.\n */")
trait MainModule extends BaseModule
mill.define.Module containing all the default tasks that Mill provides: resolve, show, inspect, plan, etc.
mill.define.Module containing all the default tasks that Mill provides: resolve, show, inspect, plan, etc.
Attributes
- Companion
- object
- Source
- MainModule.scala
- Supertypes
-
class BaseModuletrait Moduletrait Wrapperclass BaseClasstrait Cachertrait Cacherclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class RootModule
object MainModule
Attributes
- Companion
- trait
- Source
- MainModule.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MainModule.type
@Scaladoc(value = "/**\n * Used to mark a module in your `build.mill` as a top-level module, so it\'s\n * tasks can be run directly e.g. via `mill run` rather than\n * prefixed by the module name `mill foo.run`.\n *\n * Only one top-level module may be defined in your `build.mill`, and it must be\n * defined at the top level of the `build.mill` and not nested in any other\n * modules.\n */")
abstract class RootModule()(implicit baseModuleInfo: Info, millModuleEnclosing0: Enclosing, millModuleLine0: Line, millFile0: File) extends BaseModule, 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. via mill run
rather than prefixed by the module name mill foo.run
.
Used to mark a module in your build.mill
as a top-level module, so it's tasks 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.mill
, and it must be defined at the top level of the build.mill
and not nested in any other modules.
Attributes
- Companion
- object
- Source
- RootModule.scala
- Supertypes
-
trait MainModuleclass BaseModuletrait Moduletrait Wrapperclass BaseClasstrait Cachertrait Cacherclass Objecttrait Matchableclass AnyShow all
object RootModule
Attributes
- Companion
- class
- Source
- RootModule.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
RootModule.type
trait SelectiveExecutionModule extends Module
Attributes
- Source
- SelectiveExecutionModule.scala
- Supertypes
object SubfolderModule
Attributes
- Companion
- class
- Source
- SubfolderModule.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SubfolderModule.type
abstract class SubfolderModule()(implicit millModuleLine0: Line, millFile0: File, subFolderInfo: Info) extends BaseClass, Module
Attributes
- Companion
- object
- Source
- Tasks.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Tasks
Attributes
- Companion
- class
- Source
- Tasks.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Tasks.type
object TokenReaders extends TokenReaders0
Attributes
- Source
- TokenReaders.scala
- Supertypes
- Self type
-
TokenReaders.type
trait TokenReaders0
Attributes
- Source
- TokenReaders.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object TokenReaders
object VisualizeModule extends ExternalModule
Attributes
- Source
- VisualizeModule.scala
- Supertypes
-
class ExternalModuleclass BaseModuletrait Moduletrait Wrapperclass BaseClasstrait Cachertrait Cacherclass Objecttrait Matchableclass AnyShow all
- Self type
-
VisualizeModule.type
In this article