Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak README instructions for latest Pants #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Tweak README instructions for latest Pants #4

wants to merge 2 commits into from

Conversation

dehowell
Copy link

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.

@@ -35,16 +35,11 @@ Change your pants.ini

```
[GLOBAL]
plugin_version: 1.1.1
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.1.1 is no longer available in PyPI, so I bumped this as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant