We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f21d2 commit a985bcfCopy full SHA for a985bcf
src/toolchains.ts
@@ -59,9 +59,8 @@ export async function createToolchainsSettings({
59
// when an alternate m2 location is specified use only that location (no .m2 directory)
60
// otherwise use the home/.m2/ path
61
await io.mkdirP(settingsDirectory);
62
- const originalToolchains = await readExistingToolchainsFile(
63
- settingsDirectory
64
- );
+ const originalToolchains =
+ await readExistingToolchainsFile(settingsDirectory);
65
const updatedToolchains = generateToolchainDefinition(
66
originalToolchains,
67
jdkInfo.version,
0 commit comments