Skip to content

Commit d290448

Browse files
committed
Update contributors
1 parent f27e020 commit d290448

File tree

1 file changed

+25
-4
lines changed

1 file changed

+25
-4
lines changed

buildSrc/src/main/kotlin/publish-conventions.gradle.kts

+25-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
import org.gradle.api.publish.maven.MavenPublication
2-
import org.gradle.api.tasks.bundling.Jar
3-
import org.gradle.kotlin.dsl.`maven-publish`
4-
51
plugins {
62
`maven-publish`
73
signing
@@ -166,6 +162,31 @@ publishing {
166162
name.set("Dmitry Bock")
167163
url.set("https://github.com/Jhabkin")
168164
}
165+
166+
contributor {
167+
name.set("Eichisanden")
168+
url.set("https://blog.a-1.dev/")
169+
}
170+
171+
contributor {
172+
name.set("Ryoko Hirai")
173+
url.set("https://github.com/rhirai-line")
174+
}
175+
176+
contributor {
177+
name.set("Hoang Chung")
178+
url.set("https://github.com/hoangchungk53qx1")
179+
}
180+
181+
contributor {
182+
name.set("Daiji")
183+
url.set("https://daiji256.github.io/")
184+
}
185+
186+
contributor {
187+
name.set("Yusuke Katsuragawa")
188+
url.set("https://kaleidot.net/")
189+
}
169190
}
170191

171192
scm {

0 commit comments

Comments
 (0)