Skip to content

Commit

Permalink
remove custom POM location (Gradle gets confused)
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy committed Mar 27, 2024
1 parent 1ef2045 commit cc49b5e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -87,10 +87,6 @@ tasks {
val signingRequiredPredicate = provider { signing.isRequired }
onlyIf { signingRequiredPredicate.get() }
}

withType<GenerateMavenPom> {
destination = file("$projectDir/pom.xml")
}
}

// https://youtrack.jetbrains.com/issue/KT-46466

0 comments on commit cc49b5e

Please sign in to comment.