Stop passing as parameter the non variadic srcMainResource path

This commit is contained in:
Joseph Garrone
2024-05-17 00:39:05 +02:00
parent d5bb7679ca
commit f935922241
5 changed files with 39 additions and 22 deletions

View File

@ -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