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

Supporting multiple versions of a dependency #15298

Closed
1 task
hiql opened this issue Apr 23, 2023 · 2 comments
Closed
1 task

Supporting multiple versions of a dependency #15298

hiql opened this issue Apr 23, 2023 · 2 comments
Labels
features New features outdated PR was locked due to age

Comments

@hiql
Copy link

hiql commented Apr 23, 2023

Verification

Provide a detailed description of the proposed feature

I am a java developer, I use openjdk/maven/gradle.

maven depends on openjdk
gradle depends on openjdk@17

so I have to install 2 jdks on my mac.It's a little bit annoying:(

actually, openjdk@17 is ok for both maven and gradle

What is the motivation for the feature?

to reduce duplicate packages

How will the feature be relevant to at least 90% of Homebrew users?

Nothing

What alternatives to the feature have been considered?

Nothing

@hiql hiql added the features New features label Apr 23, 2023
@MikeMcQuaid
Copy link
Member

This is intentional behaviour and we have no plans of changing it.

@MikeMcQuaid MikeMcQuaid closed this as not planned Won't fix, can't repro, duplicate, stale Apr 24, 2023
@ZhongRuoyu
Copy link
Member

Just to add a little bit of context: I switched gradle from openjdk to openjdk@17 in Homebrew/homebrew-core#126337 because the current latest gradle does not support running on openjdk 20. This is temporary; once openjdk 20 support is shipped (starting from gradle 8.3, according to gradle/gradle#23488), we will switch it back to openjdk.

@github-actions github-actions bot added the outdated PR was locked due to age label May 25, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
features New features outdated PR was locked due to age
Projects
None yet
Development

No branches or pull requests

3 participants