MCPcopy Index your code
hub / github.com/actions/setup-java / JdkInfo

Interface JdkInfo

src/toolchains.ts:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import {create as xmlCreate} from 'xmlbuilder2';
10
11interface JdkInfo {
12 version: string;
13 vendor: string;
14 id: string;
15 jdkHome: string;
16}
17
18export async function configureToolchains(
19 version: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected