hi! i'm trying to add support for another jvm lang...
# general
h
hi! i'm trying to add support for another jvm language via a plugin (to pants 1.2.x). I'm able to get the sources to compile, and they end up in
.pants.d/compile
, but when I add the library as a dependency, the generated classes don't end up on the classpath. I minimally extended
JvmCompile
for this -- is there some mechanism I'm missing that defines how the classpath should change?