This repository was archived by the owner on May 3, 2018. It is now read-only.
Commit efd879c
committed
rename PartestTask to SbtPartestTask
`PartestTask` is a very unfortunate name for this, because it already
exists in scala-partest; there is:
- `scala.tools.partest.PartestTask extends org.apache.tools.ant.Task`
in scala-partest, for running partest with ant
- `scala.tools.partest.PartestTask extends sbt.testing.Task` for
running partest with sbt
Depending on the order `scala-partest` and `scala-partest-interface` are
added to the dependencies, SBT can get the wrong one and crash...1 parent 544fe98 commit efd879c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments