OfflineSupport
Attributes
- Source
- OfflineSupport.scala
- Graph
-
- Supertypes
-
class ExternalModuleclass BaseModuletrait BaseModuleApitrait Moduletrait ModuleApitrait Wrapperclass BaseClasstrait Cachertrait Cacherclass Objecttrait Matchableclass AnyShow all
- Self type
-
OfflineSupport.type
Members list
Type members
Inherited classlikes
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
Value members
Concrete methods
Prepare the project for working offline. This should typically fetch (missing) resources like Maven dependencies.
Prepare the project for working offline. This should typically fetch (missing) resources like Maven dependencies.
All fetched or cached resources will be returned. The result
- does not contain duplicates
- is also available as a JSON file at the stable location
<mill-out>/mill/scalalib/OfflineSupport/prepareOffline.json
If used without parameters, it's equivalent to running mill mill.scalalib.OfflineSupport/prepareOffline __:OfflineSupportModule.prepareOffline
but without duplicates.
To select only a subset of modules (foo
and bar
), run mill mill.scalalib.OfflineSupport/prepareOffline "{foo,bar}.prepareOffline"
To fetch all dependencies, even rarely used ones, run mill mill.scalalib.OfflineSupport/prepareOffline __:OfflineSupportModule.prepareOffline --all
Value parameters
- modules
-
module and parameter selector
Attributes
- Source
- OfflineSupport.scala
Inherited methods
Attributes
- Inherited from:
- BaseModule
- Source
- BaseModule.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Definition Classes
- Inherited from:
- ExternalModule
- Source
- ExternalModule.scala
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
Implicits
Inherited implicits
Attributes
- Inherited from:
- Module
- Source
- Module.scala