-
Notifications
You must be signed in to change notification settings - Fork 1.9k
OpenJDK 11 incompatibility beacuse of Gradle 8.x / cannot build apk on WSL v1 #3006
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
base: develop
Are you sure you want to change the base?
Conversation
Downgrade gradle-8.0.2-all.zip to gradle-7.6.2-all.zip
Downgrade gradle:8.1.1 to gradle:7.4.2
Is this still required? |
Yes. To be able to build using Java 11, which is required for successfull build on WSL v1. |
Even with version 17? |
Java 11 is the last one able to build using Buildozer on WSL v1. |
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.
Downgrading the libs is a no go. Instead you should find a way to determine if your system is WSL1 and so on. Only then you can add these changes.
I don't even think WSL1 is getting updates anymore.
Lot's of reasons for continuing to use WSL1... |
Downgrade gradle-8.0.2 to gradle-7.6.2 and gradle:8.1.1 to gradle:7.4.2 to keep JDK 11 compatibility