-
Notifications
You must be signed in to change notification settings - Fork 476
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
Gradle Plugin #9
Comments
This would be really great. Any progress on this? |
Im currently working on a basic gradle plugin. |
@x2on I started developing my own version of the plugin few hours before your message here :) |
@JakeWharton could somebody from the Spoon team take a look at that plugin? |
@roman-mazur thats funny - i just also refactored to use the android plugin. now i looked at your plugin, and we have almost the same idea ;) Perhaps we should work together on the plugin. |
Much of the functionality of Spoon has been integrated into the Looking at both of the plugins, they both act as a wrapper for the I had a solution in mind, but don't know enough to implement it just yet. It would "inject" an action into the Thoughts? PS. @roman-mazur @x2on thank you both for bringing this to gradle until there's a v2.0 release! |
That sounds reasonable to me. My biggest fear is leaning on the inflexibility of the standard Gradle reports. We could always just produce a companion report to the real one with the additional data. |
I definitely agree that tests should be run with android plugin. The only reason I've implemented our current plugin as a wrapper for spoon runner is that it took the shortest time. |
Yeah I haven't had time to look deeply yet. It'll probably represent a fundamental shift in this tool, however. |
A dramatical shift :)
|
Closing this out. https://github.com/stanfy/spoon-gradle-plugin is what we're using internally now. |
But I would love to this revived for v2. |
If there ever is a v2, it won't be anything at all like the current project. |
So we can be run with almost no effort under the new build system. Maybe an example as well.
The text was updated successfully, but these errors were encountered: