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

Fix GradleReport Notification and potential NPE on Gradle earlier, than 6.8 #3994

Merged
merged 2 commits into from
Apr 18, 2022

Conversation

lkishalmi
Copy link
Contributor

image

My intention was to fix this notification, by adding an appropriate toString() method to GradleReport. Though it seems the project where I've got this was generating an NPE in LegacyProjectLoader. Which root cause was that, the recently introduced method call of getExternalVariant() was added only Gradle 6.8

@lkishalmi lkishalmi added the Gradle [ci] enable "build tools" tests label Apr 17, 2022
@lkishalmi lkishalmi added this to the NB14 milestone Apr 17, 2022
@lkishalmi lkishalmi requested a review from sdedic April 17, 2022 20:07
Copy link
Member

@sdedic sdedic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apologies I didn't pay attention to @since ... thanks for the fixes !

@lkishalmi lkishalmi force-pushed the fix-gradle-report-notification branch from 4599599 to d5ba709 Compare April 17, 2022 20:17
@lkishalmi lkishalmi merged commit a1abbda into apache:master Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Gradle [ci] enable "build tools" tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants