File tree 1 file changed +25
-4
lines changed
1 file changed +25
-4
lines changed Original file line number Diff line number Diff line change 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
-
5
1
plugins {
6
2
`maven- publish`
7
3
signing
@@ -166,6 +162,31 @@ publishing {
166
162
name.set(" Dmitry Bock" )
167
163
url.set(" https://github.com/Jhabkin" )
168
164
}
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
+ }
169
190
}
170
191
171
192
scm {
You can’t perform that action at this time.
0 commit comments