https://pantsbuild.org/ logo
h

happy-kitchen-89482

03/18/2017, 8:56 AM
In case you’re interested: https://github.com/pantsbuild/pants/pull/4345 fixes circular deps by, among other things, moving JarDependency and related code out of the JVM backend and into the pants core. We already had some jar-related functionality there, so this is not illogical. For example, it paves the way to being able to run JVM-based tools without requiring the JVM backend (e.g., the ANTLR compiler for python).
🙌 1