sbt/scripted-sbt-redux
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
..
src/main/scala/sbt/scriptedtest Add better error message if run fails 2019-04-02 20:53:37 -07:00
NOTICE create scripted-sbt-redux 2018-07-10 03:13:47 -04:00