Include the theme version in kcContext

This commit is contained in:
garronej
2023-04-06 16:38:13 +02:00
parent c1e0563eba
commit feaf34c124
7 changed files with 15 additions and 11 deletions

View File

@ -63,7 +63,7 @@ export async function main() {
logger.log("🫶 Let keycloakify do its thang");
await jar({
"rootPath": pathJoin(buildOptions.keycloakifyBuildDirPath, "src", "main", "resources"),
"version": buildOptions.version,
"version": buildOptions.themeVersion,
"groupId": buildOptions.groupId,
"artifactId": buildOptions.artifactId,
"targetPath": jarFilePath