mode="a")
// TODO: Required because target code has no direct config reference. Remove after fixing that.
Config.cache(Config.load())
create_target(path="tools",
definition=dedent(
jar_library(
After Change
def setUp(self):
super(FileDepsTest, self).setUp()
self.context(options={
"scala-platform": {
"runtime": ["tools:scala-library"]
}
})
// TODO(John Sirois): Rationalize much of this target emission setup. Lots of tests do similar
// things: https://github.com/pantsbuild/pants/issues/525