Open rcsilva83 opened 1 year ago
BTW what is your use case?
are you aware of a successor? - https://github.com/wttech/gradle-config-plugin
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.