Temporarly restore mvn as default bundler

This commit is contained in:
garronej 2023-02-04 20:38:50 +01:00
parent a463878bf2
commit 64ab400af5

View File

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