sbt/testing
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
..
agent/src/main/java/sbt Update header 2018-09-14 04:53:36 -04:00
src/main Add better error message if run fails 2019-04-02 20:53:37 -07:00
NOTICE Add, configure & enforce file headers 2017-10-05 09:03:40 +01:00