Skip to content

Commit

Permalink
add developer
Browse files Browse the repository at this point in the history
  • Loading branch information
stubenhuang committed Apr 27, 2023
1 parent 45946ff commit 2468253
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions buildSrc/src/main/kotlin/publish.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ configure<PublishingExtension> {
name.set("Tencent BK-CI")
url.set("https://github.com/Tencent/bk-ci")
}
developers {
developer {
name.set("blueking")
email.set("[email protected]")
url.set("https://github.com/TencentBlueKing")
roles.set(listOf("Java Developer"))
}
}
scm {
connection.set("scm:git:git://github.com/bkdevops-projects/devops-framework.git")
developerConnection.set("scm:git:ssh://github.com/bkdevops-projects/devops-framework.git")
Expand Down

0 comments on commit 2468253

Please sign in to comment.