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

Android support in gradle plugin #292

Closed
wants to merge 1 commit into from

Conversation

ben-manes
Copy link
Collaborator

Previously the java plugin was automatically applied when configuring the task dependencies. This was not compatible with the android plugin. Now this plugin will inspect the build to determine the right configuration to target.

Added the example provided by @samskiter that demonstrated the bug and now shows a working sample.

Previously the `java` plugin was automatically applied when
configuring the task dependencies. This was not compatible with
the `android` plugin. Now this plugin will inspect the build
to determine the right configuration to target.

Added the example provided by @samskiter that demonstrated the
bug and now shows a working sample.
@joelittlejohn
Copy link
Owner

@ben-manes feel free to merge this when you're ready.

@samskiter
Copy link
Collaborator

Hi @ben-manes I checked out out the repo and opened the android project up in android studio and still got the same error. I assume that's because the jsonschema2pojo dependency is still being pulled in from maven, so I'll have to trust you that this fixes it...

@ben-manes
Copy link
Collaborator Author

@samskiter, you have to perform mvn install first, which would make the dependency available in a local repository.

@ben-manes ben-manes closed this Feb 20, 2015
@joelittlejohn joelittlejohn changed the title Android support in gradle plugin (fix issue 266) Android support in gradle plugin Feb 20, 2015
@joelittlejohn joelittlejohn added this to the 0.4.8 milestone Feb 20, 2015
@joelittlejohn
Copy link
Owner

Thanks @ben-manes and @samskiter!

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.

3 participants