#276: Add build option to select keycloak default assets version

This commit is contained in:
garronej
2023-03-25 04:27:23 +01:00
parent f4f7ab3e49
commit fff4dba708
2 changed files with 9 additions and 7 deletions

View File

@ -49,10 +49,7 @@ export async function main() {
})(),
"reactAppBuildDirPath": pathJoin(reactProjectDirPath, "build"),
buildOptions,
//We have to leave it at that otherwise we break our default theme.
//Problem is that we can`t guarantee that the the old resources
//will still be available on the newer keycloak version.
"keycloakVersion": "11.0.3"
"keycloakVersion": buildOptions.keycloakVersionDefaultAssets
});
const { jarFilePath } = generateJavaStackFiles({