File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,6 @@ publishing {
231
231
maven(MavenPublication ) {
232
232
pom. withXml {
233
233
asNode(). with {
234
- appendNode(' packaging' , ' jar' )
235
234
appendNode(' name' , ' cadence-client' )
236
235
appendNode(' description' , description)
237
236
appendNode(' url' , ' https://github.com/uber-java/cadence-client' )
@@ -246,7 +245,7 @@ publishing {
246
245
}
247
246
}
248
247
appendNode(' developers' ). with {
249
- appendNode(' maxim ' ). with {
248
+ appendNode(' developer ' ). with {
250
249
appendNode(' id' , ' maxim' )
251
250
appendNode(' name' , ' Maxim Fateev' )
252
251
appendNode(' email' , ' maxim@uber.com' )
@@ -314,7 +313,6 @@ uploadArchives {
314
313
315
314
pom. project {
316
315
name ' cadence-client'
317
- packaging ' jar'
318
316
// optionally artifactId can be defined here
319
317
description ' Uber Cadence Java Client'
320
318
url ' https://github.com/uber-java/cadence-client'
You can’t perform that action at this time.
0 commit comments