Add new build target for Kc 25 https://github.com/p2-inc/keycloak-account-v1/pull/13
This commit is contained in:
@ -193,7 +193,11 @@ export async function command(params: { cliCommandOptions: CliCommandOptions })
|
||||
return "23" as const;
|
||||
}
|
||||
|
||||
return "24-and-above" as const;
|
||||
if (keycloakMajorVersionNumber === 24) {
|
||||
return "24" as const;
|
||||
}
|
||||
|
||||
return "25-and-above" as const;
|
||||
})();
|
||||
|
||||
assert<
|
||||
|
Reference in New Issue
Block a user