TestOverridesRepo
mill.coursierutil.TestOverridesRepo
@Scaladoc(value = "/**\n * A `coursier.Repository` that exposes modules with hard-coded artifact list\n *\n * Used in Mill tests. This exposes internal workers for example, so that these\n * come from the build and not from remote repositories or ~/.ivy2/local. See\n * `MillJavaModule#{testTransitiveDeps,writeLocalTestOverrides}` in the Mill build.\n */")
object TestOverridesRepo extends Repository
A coursier.Repository
that exposes modules with hard-coded artifact list
Used in Mill tests. This exposes internal workers for example, so that these come from the build and not from remote repositories or ~/.ivy2/local. See MillJavaModule#{testTransitiveDeps,writeLocalTestOverrides}
in the Mill build.
Attributes
- Source
- TestOverridesRepo.scala
- Graph
-
- Supertypes
-
trait Repositorytrait ArtifactSourcetrait Serializableclass Objecttrait Matchableclass Any
- Self type
-
TestOverridesRepo.type
Members list
In this article