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

Remove gradle workaround #922

Open
ferozco opened this issue Jun 10, 2020 · 1 comment
Open

Remove gradle workaround #922

ferozco opened this issue Jun 10, 2020 · 1 comment

Comments

@ferozco
Copy link
Contributor

ferozco commented Jun 10, 2020

What happened?

Gradle has slowly been changing the tasks they produce to be lazily configurable. While this is great it also inadvertantly breaks some work around we had to lazily configure the non lazy tasks.

What did you want to happen?

Once we raise the minimum version of gradle we support we should remove the workaround

@ferozco
Copy link
Contributor Author

ferozco commented Jun 10, 2020

if (GradleVersion.current().compareTo(GradleVersion.version("6.4")) < 0) {

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