sbt/testing/src/main
Ethan Atkins 8ef5a67b64 Add better error message if run fails
It is possible with the new layering strategies that tests may fail if a
java package private class is accessed across classloader layers. This
will result in an IllegalAccessError that is hard to debug. With this
commit, I add an error message that will be displayed if run throws an
IllegalAccessError that suggests that the user try the
ScalaInstance layering strategy or the flat layering strategy.
2019-04-02 20:53:37 -07:00
..
contraband Send testing events to logger 2017-04-01 17:19:45 -04:00
contraband-scala/sbt/protocol/testing contraband 0.4.1 2018-09-18 16:56:19 -04:00
scala/sbt Add better error message if run fails 2019-04-02 20:53:37 -07:00