Skip to content

Commit

Permalink
Merge pull request #189 from usefulness/mateuszkwiecinski-patch-1
Browse files Browse the repository at this point in the history
Update PublishingPlugin.kt
  • Loading branch information
mateuszkwiecinski authored Mar 15, 2024
2 parents 299b608 + db991da commit 2f8fb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/plugins/src/main/kotlin/PublishingPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class PublishingPlugin : Plugin<Project> {
}
}
pom.scm { scm ->
scm.connection.set("scm:git:github.com/usefulness/lazythreetenbplazythreetenbp.git")
scm.connection.set("scm:git:github.com/usefulness/lazythreetenbp.git")
scm.developerConnection.set("scm:git:ssh://github.com/usefulness/lazythreetenbp.git")
scm.url.set("https://github.com/usefulness/lazythreetenbp/tree/master")
}
Expand Down

0 comments on commit 2f8fb41

Please sign in to comment.