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

Extract the core features to a Gradle independent library #67

Open
rcsilva83 opened this issue Mar 6, 2023 · 2 comments
Open

Extract the core features to a Gradle independent library #67

rcsilva83 opened this issue Mar 6, 2023 · 2 comments

Comments

@rcsilva83
Copy link

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.

@krystian-panek-wttech
Copy link
Collaborator

BTW what is your use case?

are you aware of a successor? - https://github.com/wttech/gradle-config-plugin

@rcsilva83
Copy link
Author

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.

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

No branches or pull requests

2 participants