We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45946ff commit 2468253Copy full SHA for 2468253
1 file changed
buildSrc/src/main/kotlin/publish.gradle.kts
@@ -32,6 +32,14 @@ configure<PublishingExtension> {
32
name.set("Tencent BK-CI")
33
url.set("https://github.com/Tencent/bk-ci")
34
}
35
+ developers {
36
+ developer {
37
+ name.set("blueking")
38
+ email.set("contactus_bk@tencent.com")
39
+ url.set("https://github.com/TencentBlueKing")
40
+ roles.set(listOf("Java Developer"))
41
+ }
42
43
scm {
44
connection.set("scm:git:git://github.com/bkdevops-projects/devops-framework.git")
45
developerConnection.set("scm:git:ssh://github.com/bkdevops-projects/devops-framework.git")
0 commit comments