pants-plugins
pants-plugins copied to clipboard
Tweak README instructions for latest Pants
I tried using this plugin with Pants 1.6.0 today and the instructions in the README did not work for me.
I was getting this error out of docker/register.py
:
Exception message: Can only specify a task name once per goal, saw multiple values for docker-jvm in goal bundle
I'm somewhat new to working with Pants, but it looks to me like having the plugin represented in both backend_packages
and plugins
was causing it to load twice. The plugin worked fine once I removed the backend_packages
section.