IrBuild

mill.main.buildgen.IrBuild
See theIrBuild companion object
case class IrBuild(scopedDeps: IrScopedDeps, testModule: String, testModuleMainType: String, hasTest: Boolean, dirs: Seq[String], repositories: Seq[String], javacOptions: Seq[String], scalaVersion: Option[String], scalacOptions: Option[Seq[String]], projectName: String, pomSettings: IrPom | Null, publishVersion: String | Null, packaging: String | Null, pomParentArtifact: IrArtifact | Null, resources: Seq[SubPath], testResources: Seq[SubPath], publishProperties: Seq[(String, String)], jvmId: Option[String], testForkDir: Option[String])

Attributes

Companion
object
Source
ir.scala
Graph
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product