mill.main.buildgen.ModuleConfig
See theModuleConfig companion object
Data for configuring a Mill build module.
Each subtype of this ADT maps to a module type defined in Mill. For example, ModuleConfig.JavaModule maps to mill.javalib.JavaModule and contains the data to configure tasks/members like mvnDeps/moduleDeps.
Attributes
- Companion
- object
- Source
- ModuleConfig.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class CoursierModuleclass ErrorProneModuleclass JavaHomeModuleclass JavaModuleclass PublishModuleclass RunModuleclass SbtPlatformModuleclass ScalaJSModuleclass ScalaModuleclass ScalaNativeModuleclass TestModule
In this article