Skip to content

Commit ac73570

Browse files
committed
Fix POM developer email
1 parent fab6e82 commit ac73570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/src/main/kotlin/io/github/ackeecz/snapshots/plugin/PublishingConventionPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ internal class PublishingConventionPlugin : Plugin<Project> {
5151
developer {
5252
id.set(libraryProperties.pomDeveloperId)
5353
name.set(libraryProperties.pomDeveloperName)
54-
url.set(libraryProperties.pomDeveloperEmail)
54+
email.set(libraryProperties.pomDeveloperEmail)
5555
}
5656
}
5757
scm {

0 commit comments

Comments
 (0)