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

Groovy plugin incompatible with android plugin #8

Closed
frankiesardo opened this issue Oct 4, 2013 · 6 comments
Closed

Groovy plugin incompatible with android plugin #8

frankiesardo opened this issue Oct 4, 2013 · 6 comments
Labels

Comments

@frankiesardo
Copy link

Since the groovy plugin extends from the java plugin, I'm receiving the following error:

The 'java' plugin has been applied, but it is not compatible with the Android plugins.

Consult IDE log for more details (Help | Show Log)

I don't know how this can work for you guys

@wojtekerbetowski
Copy link
Contributor

I actually create an independent Gradle project and add dependencies for base project.

I will leave this issue opened as I want to investigate https://github.com/JakeWharton/gradle-android-test-plugin
from @JakeWharton and two other plugins available.
I'll try to make it as lean with NBS (which is a great tool) as possible.

Have you been using RoboSpock or Robolectric before and move to NBS? Or new in unit testing for Android?

@frankiesardo
Copy link
Author

I actually create an independent Gradle project and add dependencies for base project.

That make sense. I actually did something similar in the past as soon as I switched to Gradle. I'm used to have both Spock and Robolectric in my previous projects, but the new build tools and the android plugin are a whole mess for tests, so i gave up.

The android-test plugin won't help you in that sense, as the android plugin is explicitly set up to fail fast if it encounters the Java plugin. I may want to reconsider moving again to a separate project in the future because it's easier to collect info from test coverage tools like jacoco, but I'm not quite convinced. I'm stalling at the moment.

@frankiesardo
Copy link
Author

I've been recently working on an extended version of the android-test plugin that works with an external project. This supports junit, robolectric and spock right off the bat (I'm still tinkering with scala support). You might want to check it out and try Robospock in that configuration https://github.com/novoda/gradle-android-test-plugin

@futtetennista
Copy link

I had a look yesterday at your gradle-example-project and created a sample app based on the basic gradle project that is in the examples of the NBS. You can check it out here and tell me what you think. But I'll give your android test plugin a go, I tried the one from Square and didn't manage to make it work with RoboSpock.

@wojtekerbetowski
Copy link
Contributor

Great @stefanodacchille I hope to get your PR soon and merge it. That will be the base for all NBS sample projects for RoboSpock

@pjakubczyk
Copy link
Member

There is plugin
apply plugin: 'groovyx.grooid.groovy-android'

in
https://github.com/Polidea/RoboSpock/blob/master/sample/build.gradle

which allows to run groovy tests from android project

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

No branches or pull requests

4 participants