aboutsummaryrefslogtreecommitdiff
path: root/test/broken-build
Commit message (Collapse)AuthorAgeFilesLines
* add package to generated Build in build.scala and in-package discoveryChristopher Vogt2017-02-156-0/+15
This should allow for build to add other builds to their dependencies and interact with them in a type-safe way. And ever regardless it seems like good practice to never have the same class existing in the same package or the top-level package even if they don’t end up on the same classpath. This might also help make stack traces easier to understand. Also improve error messages for mistakes with the build class, e.g. constructor, super classes, etc.