Commit ffc423a
committed
Make the sbt scripted tests use the caching resolver
The CI is setup to have
https://github.com/lampepfl/dotty-drone/blob/master/dotty-docker/repositories
as ~/.sbt/repositories to avoid hitting sonatype when an artifact is not
present in the local cache, the sbt scripted tests were not respecting
that setting so far because they use a different sbt boot directory.1 parent a356535 commit ffc423a
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1041 | 1041 | | |
1042 | 1042 | | |
1043 | 1043 | | |
1044 | | - | |
1045 | | - | |
| 1044 | + | |
| 1045 | + | |
| 1046 | + | |
| 1047 | + | |
| 1048 | + | |
| 1049 | + | |
1046 | 1050 | | |
1047 | 1051 | | |
1048 | 1052 | | |
| |||
0 commit comments