Hi all, I'm new to Pants and trying to setup a Sca...
# general
a
Hi all, I'm new to Pants and trying to setup a Scala project. I've added a minimal
pants.toml
and successfully run
pants tailor ::
to get a bunch of
BUILD
files, and now I'm at the point where I want to configure `jvm_artifact`s and `scala_artifact`s but I'm not sure where to put them -- should they go in a
3rdparty/jvm
directory like this? or should they go in individual
BUILD
files?