We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753785c commit 2c54768Copy full SHA for 2c54768
1 file changed
buildSrc/src/main/kotlin/publish-conventions.gradle.kts
@@ -73,12 +73,12 @@ mavenPublishing {
73
}
74
75
contributor {
76
- name.set("avently")
+ name.set("Stanislav Dmitrenko")
77
url.set("https://github.com/avently")
78
79
80
81
- name.set("gsteckman")
+ name.set("Greg Steckman")
82
url.set("https://github.com/gsteckman")
83
84
@@ -149,7 +149,7 @@ mavenPublishing {
149
150
151
name.set("Eichisanden")
152
- url.set("https://blog.a-1.dev/")
+ url.set("https://github.com/eichisanden")
153
154
155
@@ -191,6 +191,11 @@ mavenPublishing {
191
name.set("Daniele Bottillo")
192
url.set("https://github.com/dbottillo")
193
194
+
195
+ contributor {
196
+ name.set("Riley McGee")
197
+ url.set("https://rileymichael.com/")
198
+ }
199
200
201
scm {
0 commit comments