mirror of
https://github.com/actions/setup-java.git
synced 2026-07-28 21:06:27 +00:00
Add Temurin JMOD installation support
This commit is contained in:
committed by
GitHub
parent
98b0c8a4ef
commit
7f1a95c821
@@ -16,6 +16,10 @@ inputs:
|
||||
description: 'The package type (jdk, jre, jdk+fx, jre+fx, jdk+crac, jre+crac)'
|
||||
required: false
|
||||
default: 'jdk'
|
||||
jmod:
|
||||
description: 'Set this option to true to include JMOD files with Temurin JDK 24 and later'
|
||||
required: false
|
||||
default: false
|
||||
architecture:
|
||||
description: "The architecture of the package (defaults to the action runner's architecture)"
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user