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