I have successfully migrated a java project within...
# general
r
I have successfully migrated a java project within my monorepo to pants (the rest of the monorepo is python). I have a
deploy_jar
target in my java project. The jar is required by one of python classes. Is there any way to represent this type of dependency a BUILD file?
🙌 1