CoursierConfigModule

mill.scalalib.CoursierConfigModule
See theCoursierConfigModule companion object

Attributes

Companion
object
Source
CoursierConfigModule.scala
Graph
Supertypes
trait Module
trait ModuleApi
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Known subtypes

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

Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill

Attributes

Inherited from:
Module
Source
Module.scala
Supertypes
class Internal
class Object
trait Matchable
class Any

Value members

Concrete methods

@Scaladoc(value = "/**\n * Aggregates coursier parameters read from the environment\n */")

Aggregates coursier parameters read from the environment

Aggregates coursier parameters read from the environment

Attributes

Source
CoursierConfigModule.scala
@Scaladoc(value = "/**\n * Environment variables and Java properties, and their values, used by coursier\n */")
def coursierEnv: Simple[(env: Map[String, String], props: Map[String, String])]

Environment variables and Java properties, and their values, used by coursier

Environment variables and Java properties, and their values, used by coursier

Attributes

Source
CoursierConfigModule.scala
@Scaladoc(value = "/**\n * Default archive cache location to be used by coursier\n *\n * This is the directory under which archives are unpacked\n * by `coursier.cache.ArchiveCache`. This includes JVMs\n * managed by coursier, which Mill relies on by default.\n */")

Default archive cache location to be used by coursier

Default archive cache location to be used by coursier

This is the directory under which archives are unpacked by coursier.cache.ArchiveCache. This includes JVMs managed by coursier, which Mill relies on by default.

Attributes

Source
CoursierConfigModule.scala
@Scaladoc(value = "/** Default cache location to be used by coursier */")
def defaultCacheLocation: Task[String]

Default cache location to be used by coursier

Default cache location to be used by coursier

Attributes

Source
CoursierConfigModule.scala
@Scaladoc(value = "/** Default cache policies used by coursier when downloading artifacts */")
def defaultCachePolicies: Task[Seq[CachePolicy]]

Default cache policies used by coursier when downloading artifacts

Default cache policies used by coursier when downloading artifacts

Attributes

Source
CoursierConfigModule.scala
@Scaladoc(value = "/** Default JSON configuration files to be used by coursier */")

Default JSON configuration files to be used by coursier

Default JSON configuration files to be used by coursier

Attributes

Source
CoursierConfigModule.scala
@Scaladoc(value = "/** Default repository credentials to be used by coursier */")
def defaultCredentials: Task[Seq[Credentials]]

Default repository credentials to be used by coursier

Default repository credentials to be used by coursier

Attributes

Source
CoursierConfigModule.scala
@Scaladoc(value = "/** Default mirrors to be used by coursier */")
def defaultMirrors: Task[Seq[Mirror]]

Default mirrors to be used by coursier

Default mirrors to be used by coursier

Attributes

Source
CoursierConfigModule.scala
@Scaladoc(value = "/** Default repositories for dependency resolution */")
def defaultRepositories: Task[Seq[Repository]]

Default repositories for dependency resolution

Default repositories for dependency resolution

Attributes

Source
CoursierConfigModule.scala
@Scaladoc(value = "/** Default TTL used by coursier when downloading changing artifacts such as snapshots */")
def defaultTtl: Task[Option[Duration]]

Default TTL used by coursier when downloading changing artifacts such as snapshots

Default TTL used by coursier when downloading changing artifacts such as snapshots

Attributes

Source
CoursierConfigModule.scala

Inherited methods

Attributes

Inherited from:
BaseClass
Source
Module.scala
def moduleDir: Path

Attributes

Inherited from:
Module
Source
Module.scala

Attributes

Inherited from:
Module
Source
Module.scala

Attributes

Inherited from:
Module
Source
Module.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Module -> Any
Inherited from:
Module
Source
Module.scala