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

OpenJDK 11 incompatibility beacuse of Gradle 8.x / cannot build apk on WSL v1 #3006

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

Marcinosoft
Copy link

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

Downgrade gradle-8.0.2-all.zip to gradle-7.6.2-all.zip
Downgrade gradle:8.1.1 to gradle:7.4.2
@cclauss
Copy link
Contributor

cclauss commented Oct 20, 2024

Is this still required?

@Marcinosoft
Copy link
Author

Yes. To be able to build using Java 11, which is required for successfull build on WSL v1.
Details: #3000

@kuzeyron
Copy link
Contributor

kuzeyron commented Dec 7, 2024

Yes. To be able to build using Java 11, which is required for successfull build on WSL v1. Details: #3000

Even with version 17?

@Marcinosoft
Copy link
Author

Yes. To be able to build using Java 11, which is required for successfull build on WSL v1. Details: #3000

Even with version 17?

Java 11 is the last one able to build using Buildozer on WSL v1.

Copy link
Contributor

@kuzeyron kuzeyron left a 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.

@cclauss
Copy link
Contributor

cclauss commented Dec 8, 2024

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