| 6 Jul 2024 |
Infinidoge 🏳️⚧️ | * Multiple Java versions on Linux in other distros is kinda an illusion, in that they are just switching which version is properly installed though things like apt's alternatives, then setting a different JAVA_HOME and PATH | 20:26:06 |
Infinidoge 🏳️⚧️ | If you want to have a different version for gradle in a project-specific manner, setting up a devshell would likely be the best option | 20:26:39 |
Dennis | Thanks! I just found https://github.com/NixOS/nixpkgs/pull/119444 and that seems to do the trick / work well enough for my specific use case. | 20:30:09 |