Skip to content

Commit

Permalink
Merge pull request #1005 from ScalaWilliam/patch-5
Browse files Browse the repository at this point in the history
Inform the user how to find & verify the Coursier cache location
  • Loading branch information
eed3si9n authored Mar 21, 2021
2 parents 23c0970 + 889323e commit e76997f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ influence SBT execution. Also see [sbt launcher][Sbt-Launcher].
<td>Directory</td>
<!-- https://github.com/sbt/sbt/blob/v1.3.1/main/src/main/scala/sbt/coursierint/LMCoursier.scala#L40-L44 -->
<td><tt>CoursierDependencyResolution.defaultCacheLocation</tt> (in 1.3+)</td>
<td>Location of coursier artifact cache, where the default is defined by <a href="https://get-coursier.io/docs/cache.html#default-location">Coursier cache resolution logic</a>. You should define <tt>sbt.coursier.home</tt> explicitly if you are using coursier in a CI environment and want to cache artifacts between runs.</td>
<td>Location of coursier artifact cache, where the default is defined by <a href="https://get-coursier.io/docs/cache.html#default-location">Coursier cache resolution logic</a>. You can verify the value with the command `csrCacheDirectory`. You should define <tt>sbt.coursier.home</tt> explicitly if you are using coursier in a CI environment and want to cache artifacts between runs.</td>
</tr>

<tr>
Expand Down

0 comments on commit e76997f

Please sign in to comment.