We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab6e82 commit ac73570Copy full SHA for ac73570
build-logic/src/main/kotlin/io/github/ackeecz/snapshots/plugin/PublishingConventionPlugin.kt
@@ -51,7 +51,7 @@ internal class PublishingConventionPlugin : Plugin<Project> {
51
developer {
52
id.set(libraryProperties.pomDeveloperId)
53
name.set(libraryProperties.pomDeveloperName)
54
- url.set(libraryProperties.pomDeveloperEmail)
+ email.set(libraryProperties.pomDeveloperEmail)
55
}
56
57
scm {
0 commit comments