Skip to content

feat: Add support for Gradle 8 #411

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

Merged
merged 4 commits into from
Apr 28, 2023
Merged

feat: Add support for Gradle 8 #411

merged 4 commits into from
Apr 28, 2023

Conversation

mattcreaser
Copy link
Contributor

Issue #, if available: #410

Description of changes:

  • Migrate ApolloClassGenTask away from the removed IncrementalTaskInputs API and use the InputChanges API instead (available since Gradle 5.4). IncrementalTaskInputs was deprecated in Gradle 6 and removed in Gradle 8. This required some other changes to ApolloClassGenTask as the SourceTask base class is not suitable to use with InputChanges.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@mattcreaser mattcreaser requested a review from a team as a code owner April 24, 2023 16:51
@mattcreaser mattcreaser merged commit ef7e7c5 into main Apr 28, 2023
@mattcreaser mattcreaser deleted the mattcreaser/gradle-8 branch April 28, 2023 18:04
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

Successfully merging this pull request may close these issues.

3 participants