junit-interface icon indicating copy to clipboard operation
junit-interface copied to clipboard

SBT 1.3. and junit-interface 0.11 not running JUnit tests

Open njlbenn opened this issue 5 years ago • 1 comments

This is just meant to be a duplicate of https://github.com/sbt/junit-interface/issues/35 but for SBT 1.3, and putting SBT 1.3 in the title of the issue to help anyone searching on the web for a solution.

I came across https://github.com/sbt/junit-interface/issues/35 while trying to understand why my JUnit tests stopped running when I moved from SBT 1.2.8 to 1.3.13 (both with junit-interface 0.11).

Basically the same crossPaths := false solution from https://github.com/sbt/junit-interface/issues/35 works in the case of SBT 1.3.

njlbenn avatar Jun 30 '20 16:06 njlbenn

we use SBT 1.3.13 and tests work fine without any workarounds

unkarjedy avatar May 20 '21 13:05 unkarjedy