mirror of
https://github.com/actions/setup-java.git
synced 2025-04-19 17:36:45 +00:00
build
This commit is contained in:
parent
1fbc280dd3
commit
4966150d90
3 changed files with 6827 additions and 6826 deletions
8595
dist/setup/index.js
vendored
8595
dist/setup/index.js
vendored
File diff suppressed because it is too large
Load diff
|
@ -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