-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
fix build fails #4245
Conversation
@@ -148,7 +149,7 @@ subprojects { | |||
} | |||
} | |||
dependencies { | |||
compileOnly 'com.github.pengrad:jdk9-deps:1.0' | |||
// compileOnly 'com.github.pengrad:jdk9-deps:1.0' |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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? 🤔
Needed these changes to fix build failures |
What? Didn't get you. 🤔 |
fixes the failing builds