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

new feature: deactivate/activate automatic dependency creation using ... #12

Merged
merged 6 commits into from Jul 26, 2015

Conversation

AntiTiming
Copy link
Contributor

... a property switch.

Reason: for testing the google protocol buffers 3.0.0 alpha the automatic dependency creation feature fails as the protoc version differs from the name of the runtime library. In order to allow the manual creation of the proper dependency, it was necessary for me to be able to deactivate the automatic creation.

Maybe this is useful for someone else as well ...

All the best,
l00tr

}
else
{
logger.info("Automatic dependecy creation deactivated!")
Copy link
Owner

Choose a reason for hiding this comment

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

Typo: dependecy -> dependency

@andrewkroh
Copy link
Owner

Thanks for the PR. Can you please document the new parameter in the README.md. Then I'll get this merged in.

@AntiTiming
Copy link
Contributor Author

Sure, good point. I forgot about that, but now the README is up-to-date and I've fixed the typo. If anything else needs to be fixed prior to merging, just let me know.

BTW, thank you for providing the plugin!

@andrewkroh andrewkroh merged commit e2f91cf into andrewkroh:master Jul 26, 2015
@andrewkroh andrewkroh added this to the 0.5.0 milestone Jul 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants