Use keycloakify as bundler by default

This commit is contained in:
garronej
2023-02-05 14:58:38 +01:00
parent 7793c2c6ba
commit 08e26600fd
2 changed files with 3 additions and 3 deletions

View File

@ -139,7 +139,7 @@ export function readBuildOptions(params: {
`${symToStr({ KEYCLOAKIFY_BUNDLER })} should be one of ${bundlers.join(", ")}`
);
return KEYCLOAKIFY_BUNDLER ?? bundler ?? "mvn";
return KEYCLOAKIFY_BUNDLER ?? bundler ?? "keycloakify";
})(),
"artifactId": process.env.KEYCLOAKIFY_ARTIFACT_ID ?? artifactId ?? `${themeName}-keycloak-theme`,
"groupId": (() => {