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

Gradle 8 - update version and use providers on Task objects #95

Open
PedroWitzel opened this issue Oct 14, 2023 · 0 comments
Open

Gradle 8 - update version and use providers on Task objects #95

PedroWitzel opened this issue Oct 14, 2023 · 0 comments

Comments

@PedroWitzel
Copy link

Since Gradle 6 that were a lot enhancements done in of authoring tasks, specially when it's related to the input parameters, that should be now Providers.

There's also the Configuration Cache feature that can help out the start up time of a Gradle build.

I've started migrating my code base, but all used plugins must also follow this new standards to be able to use the configuration cache in your own project.

Since there were some issues with this project, because of the use of the net.researchgate.release plugin, started migrating this repo in my fork.

Here is the researchgate plugin error:

Would you like for me to open a PR with it?
I've also started checking out the deprecated msbuild plugin (which I still use for some old stuff).

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

1 participant