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

Add ability to select Java versions on a per-module basis (1000USD bounty) #3480

Open
lihaoyi opened this issue Sep 7, 2024 · 1 comment
Labels

Comments

@lihaoyi
Copy link
Member

lihaoyi commented Sep 7, 2024


From the maintainer Li Haoyi: I'm putting a 1000USD bounty on this issue, payable by bank transfer on a merged PR implementing this.


Currently Mill just uses the global Java for everything, which is not ideal: many projects have different parts that require different Java versions. e.g. Mockito has a submodule that requires Java 21 https:/mockito/mockito/tree/main/subprojects/java21-test, and of course Mill itself has different parts targetting different versions (e.g. half our thirdparty tests run on 11, half run on 17). Currently we get by with separate jobs on Github Actions, but that's clunky and annoying to work with since it doesn't reproduce locally.

Ideally we should be able to specify Java versions on a per-module basis, which Mill will download and cache as necessary to run those specific modules. As JVM downloads can be expensive, it is probably worth caching things globally (probably the same place we cache the Mill assembly jar?) rather than caching them in the out/ folder of each project

Gradle has something like this (https://docs.gradle.org/current/userguide/building_java_projects.html#sec:java_cross_compilation), and it feels like it would be very useful for Mill as well

@lefou
Copy link
Member

lefou commented Sep 7, 2024

See prior discussions in the related issue

@lihaoyi lihaoyi changed the title Add ability to select Java versions on a per-module basis Add ability to select Java versions on a per-module basis (1500USD bounty) Sep 15, 2024
@lihaoyi lihaoyi added the bounty label Sep 15, 2024
@lihaoyi lihaoyi changed the title Add ability to select Java versions on a per-module basis (1500USD bounty) Add ability to select Java versions on a per-module basis (1000USD bounty) Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants