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

Specify Java toolchain version explicitly #142

Merged
merged 1 commit into from
Oct 14, 2024
Merged

Conversation

jonas-ms
Copy link

Fixes #140

The issue

This Gradle plugin is now compiled with JDK 21, requiring all consumers to have at least this version of JDK as well, where as many Android projects can and do still use JDK 17. There also doesn't seem to be any specific reason as to why the plugin requires JDK 21 and couldn't use JDK 17 instead.

The fix

Specify Java toolchain version to 17 explicitly (minimum version required by Android Gradle plugin 8.5)

@koral-- koral-- merged commit 58e27f7 into koral--:master Oct 14, 2024
2 checks passed
@koral--
Copy link
Owner

koral-- commented Oct 14, 2024

Thanks!

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.

After update project require SDK 21
2 participants