Fix build

This commit is contained in:
Joseph Garrone 2024-06-11 19:08:36 +02:00
parent 9be6d9f75f
commit aa74019ef6

View File

@ -34,6 +34,7 @@ export async function command(params: { cliCommandOptions: CliCommandOptions })
const { keycloakVersion } = await promptKeycloakVersion({ const { keycloakVersion } = await promptKeycloakVersion({
// NOTE: This is arbitrary // NOTE: This is arbitrary
startingFromMajor: 17, startingFromMajor: 17,
excludeMajorVersions: [],
cacheDirPath: buildContext.cacheDirPath cacheDirPath: buildContext.cacheDirPath
}); });