You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using Fork Plugin but I'd like to use it without Gradle, embedded on a custom application. I think I'll extract and adapt the code I need from this repository but I was wondering if others share the same need.
The text was updated successfully, but these errors were encountered:
No, I wasn't aware of that. I'm going to look at :)
My use case: I wrote a command line tool in Shell Script for bootstrapping new projects on my company. It consists basically of Git commands and Fork Plugin. Now I'm rewriting it in Kotlin because the current design is limiting what we can to implement and we don't want to depend on Gradle as most of our projects use Maven.
So it would be great to reuse the core engine of Fork Plugin on my new tool. I know it isn't an easy task as it depends very much on Gradle's API.
I'm currently using Fork Plugin but I'd like to use it without Gradle, embedded on a custom application. I think I'll extract and adapt the code I need from this repository but I was wondering if others share the same need.
The text was updated successfully, but these errors were encountered: