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

pass pexOptions to plugin #352

Open
shvilime opened this issue Aug 28, 2021 · 1 comment
Open

pass pexOptions to plugin #352

shvilime opened this issue Aug 28, 2021 · 1 comment

Comments

@shvilime
Copy link

shvilime commented Aug 28, 2021

Hi !
How can I pass pexOptions to the last version of plugin?
In version 0.9.11 I used to buildPex.pexOptions = ["--entry=tax.main"], but now realBuildPex.pexOptions doesn't work.

@shvilime shvilime changed the title pass pexOptions in plugin pass pexOptions to plugin Aug 28, 2021
@shvilime
Copy link
Author

shvilime commented Aug 28, 2021

After researching the plugin code, my solution is next code :)

afterEvaluate {
    realBuildPex.setPexOptions(["--entry=tax.main"])
}

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

No branches or pull requests

1 participant