Closed laenger closed 8 years ago
I'm facing similar problem when update to 1.8. It's not possible to compile class with custom Spock Runner.
btw @laenger did you try https://github.com/robospock/RoboSpock :) ?
Could you try out the 0.3.9-SNAPSHOT
? I've pretty much rewritten how the source directories are added to the groovy compile task.
@pieces029 that snapshot works indeed! thank you for the hint :) @pjakubczyk i haven't in a while since i currently only need plain unit tests
@laenger great! I plan to have a release cut soon.
0.3.9 released!
There seems to be an issue when using the
com.neenbedankt.android-apt
plugin version 1.8 together with this groovy plugin (0.3.8) and spock unit tests. the build fails when one of the apt src dirs does not exist (because there are no generated test sources). it seems the build should probably skip these folders. apt-plugin version 1.4 works fine since it does not support generated classes for tests.error:
buildscript:
app: