Skip to content

Commit

Permalink
rename Maven Plugin template POM
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy committed Mar 9, 2023
1 parent d3c4c7c commit 120cb21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runners/maven-plugin/build.gradle.kts
Expand Up @@ -29,7 +29,7 @@ val generatePom by tasks.registering(Sync::class) {
val pomTemplateFile = layout.projectDirectory.file("pom.tpl.xml")

from(pomTemplateFile) {
rename { it.replace(".tpl.xml", ".xml") }
rename { it.replace(".template.xml", ".xml") }

expand(
"mavenVersion" to setupMavenProperties.mavenVersion,
Expand Down
File renamed without changes.

0 comments on commit 120cb21

Please sign in to comment.