mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 09:56:46 +00:00
build
This commit is contained in:
parent
1fbc280dd3
commit
4966150d90
3 changed files with 6827 additions and 6826 deletions
|
@ -11,7 +11,7 @@ import { JavaInstallerOptions } from './distributions/base-models';
|
|||
async function run() {
|
||||
try {
|
||||
const versions = core.getMultilineInput(constants.INPUT_JAVA_VERSION);
|
||||
core.info(versions)
|
||||
core.info(versions.join(" "))
|
||||
const distributionName = core.getInput(constants.INPUT_DISTRIBUTION, { required: true });
|
||||
const architecture = core.getInput(constants.INPUT_ARCHITECTURE);
|
||||
const packageType = core.getInput(constants.INPUT_JAVA_PACKAGE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue