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 baefed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runners/maven-plugin/build.gradle.kts
Expand Up @@ -26,10 +26,10 @@ val generatePom by tasks.registering(Sync::class) {
val dokka_version: String by project
inputs.property("dokka_version", dokka_version)

val pomTemplateFile = layout.projectDirectory.file("pom.tpl.xml")
val pomTemplateFile = layout.projectDirectory.file("pom.template.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 baefed3

Please sign in to comment.