Add Temurin JMOD installation support

This commit is contained in:
copilot-swe-agent[bot]
2026-07-28 20:46:08 +00:00
committed by GitHub
parent 98b0c8a4ef
commit 7f1a95c821
7 changed files with 197 additions and 30 deletions
+1
View File
@@ -44,6 +44,7 @@ steps:
with:
distribution: 'temurin'
java-version: '25'
jmod: true # optional, includes JMOD files with JDK 24 and later
- run: java --version
```