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 build fails #4245

Merged
merged 3 commits into from
Oct 8, 2024
Merged

fix build fails #4245

merged 3 commits into from
Oct 8, 2024

Conversation

VishnuSanal
Copy link
Member

fixes the failing builds

@@ -148,7 +149,7 @@ subprojects {
}
}
dependencies {
compileOnly 'com.github.pengrad:jdk9-deps:1.0'
// compileOnly 'com.github.pengrad:jdk9-deps:1.0'
Copy link
Member Author

Choose a reason for hiding this comment

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

@TranceLove what were this dependency used for? this causes the build failure. the builds pass even without this; can we safely remove it?

Copy link
Collaborator

Choose a reason for hiding this comment

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

This was introduced when moving towards JDK 9 per #1941. Perhaps this is no longer needed when officially Android apps can build with JDK 11/17?

Copy link
Member Author

Choose a reason for hiding this comment

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

This was introduced when moving towards JDK 9 per #1941. Perhaps this is no longer needed when officially Android apps can build with JDK 11/17?

Code complies & the tests pass -- shouldn't it be good? 🤔

@VishnuSanal VishnuSanal added the pr-awaiting-initial-review this PR is awaiting for an initial review label Sep 29, 2024
@VishalNehra
Copy link
Member

Needed these changes to fix build failures
958ec0a

@VishalNehra VishalNehra merged commit 5cb924a into release/4.0 Oct 8, 2024
5 checks passed
@VishnuSanal
Copy link
Member Author

Needed these changes to fix build failures
958ec0a

What? Didn't get you. 🤔

@VishnuSanal VishnuSanal deleted the fix-ci branch October 8, 2024 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-awaiting-initial-review this PR is awaiting for an initial review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants