What do people think of allowing specs in `managed...
# general
j
What do people think of allowing specs in
managed_jar_dependencies
to be of the more powerful variety allowed on the command line? I’ve realized it would be really nice to say something like:
Copy code
managed_jar_dependencies(name=‘managed’,
  artifacts=[
    '3rdparty:’,
  ],
)
To just pull in everything in
3rdparty/BUILD*
.