Commit 24f4f88
committed
community build: add support for testOnlyDependencies
This allows specifying dependencies that are needed only to build the
test suite of a community build project. The evaluation of this list
is delayed to permit what would otherwise be circular dependencies.
The addition of this capability is motivated by recent versions of
ScalaTest, which since version 3.2.4 has test-only dependencies on
scalatestplus-junit and scalatestplus-testng, which in turn both
depend on ScalaTest itself.1 parent f3c1468 commit 24f4f88
File tree
2 files changed
+4
-0
lines changed- community-build
- src/scala/dotty/communitybuild
- test/scala/dotty/communitybuild
2 files changed
+4
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| 91 | + | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
| |||
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
| 109 | + | |
107 | 110 | | |
108 | 111 | | |
109 | 112 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
0 commit comments