Skip to content

Commit

Permalink
Added a release version as input for pom file generation. (#490)
Browse files Browse the repository at this point in the history
#484 Fixed
  • Loading branch information
dkrasnoff authored Nov 27, 2024
1 parent a23d74d commit 6543952
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions atomicfu-maven-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ publishing.publications {
}

tasks.generatePomFileForMavenPublication {
inputs.property("atomicfu-version", version)

val customKotlinRepoURL = getCustomKotlinRepositoryURL(project)
inputs.property("customKotlinRepoURL", customKotlinRepoURL).optional(true)

Expand Down Expand Up @@ -91,6 +93,7 @@ tasks.generatePomFileForMavenPublication {

// runs the plugin description generator
val generatePluginDescriptor by tasks.registering {
inputs.property("atomicfu-version", version)

val exec = serviceOf<ExecOperations>()

Expand Down

0 comments on commit 6543952

Please sign in to comment.