Stop passing as parameter the non variadic srcMainResource path
This commit is contained in:
@ -41,6 +41,9 @@ export async function command(params: { cliCommandOptions: CliCommandOptions })
|
||||
});
|
||||
}
|
||||
|
||||
// TODO: find from META-INF/keycloak-themes.json
|
||||
const doesImplementAccountTheme = true;
|
||||
|
||||
await buildJars({
|
||||
doesImplementAccountTheme,
|
||||
buildOptions
|
||||
|
Reference in New Issue
Block a user