Make .tool-versions more specific about JDK required.

This commit is contained in:
andrew-signal
2025-06-05 19:58:32 -04:00
committed by GitHub
parent f40d20a72f
commit fd7fbb6c3a
2 changed files with 2 additions and 1 deletions

View File

@@ -87,6 +87,7 @@ jobs:
- '.gitignore'
- '.gitattributes'
- '.editorconfig'
- '.tool-versions'
- 'justfile'
- 'doc/**'

View File

@@ -1 +1 @@
java 17.0.2
java openjdk-17.0.2