fix: pass only strings to trimIndent
This commit is contained in:
parent
7784fdcd6a
commit
31ca0939aa
@ -35,7 +35,7 @@ export default async function jar({ groupId, artifactId, version, rootPath, targ
|
||||
const pomProps: ZipSource = {
|
||||
path: `META-INF/maven/${groupId}/${artifactId}/pom.properties`,
|
||||
data: Buffer.from(trimIndent`# Generated by keycloakify
|
||||
# ${new Date()}
|
||||
# ${new Date().toString()}
|
||||
artifactId=${artifactId}
|
||||
groupId=${groupId}
|
||||
version=${version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user