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 the BuildListener when support for gradleVersion < 8.6 is dropped #41

Open
crogoz opened this issue Mar 4, 2024 · 0 comments
Open

Comments

@crogoz
Copy link
Contributor

crogoz commented Mar 4, 2024

What happened?

We are using a BuildListener for gradleVersion < 8.6 here whose buildFinished is deprecated.

What did you want to happen?

When we drop support for gradleVersion < 8.6, we can remove the buildListener, remove the AutoClosable implementation and report the compile failures in:

// TODO(crogoz): use compileFailuresService to report the errors once everything is on gradle >= 8.6

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