chore: bump java development to 25.0#8365
Conversation
|
Oops, missed this - thanks. The canonical official build now runs with Java 25, so you might want to set it to that for consistency with GitHub actions. Personally I use mise locally to version manage tools these days. Might be worth considering as would allow us to define the other tools/runtimes needed for running certain tests (either via the legacy ASDF-compatible .tool-versions or the richer mise.toml format) - things like ruby/bundler, npm, pnpm, yarn, dotnet etc etc. It’s really ideal for working with an ecosystem polyglot project like this, and ensuring agentic tools working on command line have the right versions of things. Example in real project: https://github.com/gocd/gocd/blob/master/mise.toml |
Thanks, didn't know this.
Sounds promising 👍 |
Description of Change
While ODC is compiled to Java 11.0 - the build itself requires Java 17:
This PR simply bumps the
.java-versionfile andREADME.mddocumentation.