MavenAndGradle
mill.main.buildgen.BuildGenBase.MavenAndGradle
trait MavenAndGradle[M, D] extends BuildGenBase[M, D, Tree[Node[M]]]
Attributes
- Source
- BuildGenBase.scala
- Graph
-
- Supertypes
- Known subtypes
-
object GradleBuildGenMainobject MavenBuildGenMain
Members list
Type members
Inherited and Abstract types
type C
Attributes
- Inherited from:
- BuildGenBase
- Source
- BuildGenBase.scala
type ModuleFqnMap
A Map mapping from a key retrieved from the original build tool (for example, the GAV coordinate for Maven, ProjectRef.project
for sbt
) to the module FQN reference string in code such as parentModule.childModule
.
A Map mapping from a key retrieved from the original build tool (for example, the GAV coordinate for Maven, ProjectRef.project
for sbt
) to the module FQN reference string in code such as parentModule.childModule
.
If there is no need for such a map, override it with Unit.
Attributes
- Inherited from:
- BuildGenBase
- Source
- BuildGenBase.scala
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- BuildGenBase.scala
Attributes
- Definition Classes
- Source
- BuildGenBase.scala
Inherited methods
Attributes
- Inherited from:
- BuildGenBase
- Source
- BuildGenBase.scala
Attributes
- Inherited from:
- BuildGenBase
- Source
- BuildGenBase.scala
Inherited and Abstract methods
Attributes
- Inherited from:
- BuildGenBase
- Source
- BuildGenBase.scala
Attributes
- Inherited from:
- BuildGenBase
- Source
- BuildGenBase.scala
Attributes
- Inherited from:
- BuildGenBase
- Source
- BuildGenBase.scala
Attributes
- Inherited from:
- BuildGenBase
- Source
- BuildGenBase.scala
Attributes
- Inherited from:
- BuildGenBase
- Source
- BuildGenBase.scala
In this article