Get latest mandrel release if version not specified
Update doc.
This commit is contained in:
committed by
Fabio Niephaus
parent
1c219f5b27
commit
b8dc5fccfb
@@ -21,6 +21,8 @@ export async function setUpMandrel(
|
||||
const version = stripMandrelNamespace(mandrelVersion)
|
||||
let mandrelHome
|
||||
switch (version) {
|
||||
case '':
|
||||
// fetch latest if no version is specified
|
||||
case 'latest':
|
||||
mandrelHome = await setUpMandrelLatest(javaVersion)
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user