Skip to content

Commit 5e2f0c6

Browse files
committed
fix format in POM files
1 parent 79382d0 commit 5e2f0c6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle

+1-3
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ publishing {
231231
maven(MavenPublication) {
232232
pom.withXml {
233233
asNode().with {
234-
appendNode('packaging', 'jar')
235234
appendNode('name', 'cadence-client')
236235
appendNode('description', description)
237236
appendNode('url', 'https://github.com/uber-java/cadence-client')
@@ -246,7 +245,7 @@ publishing {
246245
}
247246
}
248247
appendNode('developers').with {
249-
appendNode('maxim').with {
248+
appendNode('developer').with {
250249
appendNode('id', 'maxim')
251250
appendNode('name', 'Maxim Fateev')
252251
appendNode('email', 'maxim@uber.com')
@@ -314,7 +313,6 @@ uploadArchives {
314313

315314
pom.project {
316315
name 'cadence-client'
317-
packaging 'jar'
318316
// optionally artifactId can be defined here
319317
description 'Uber Cadence Java Client'
320318
url 'https://github.com/uber-java/cadence-client'

0 commit comments

Comments
 (0)