Skip to content

Commit 79c191b

Browse files
georgeajitgeorgeajit
authored andcommitted
#1335 - Corrected string substitution for maven central artifacts publication
1 parent f5a05bb commit 79c191b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

marklogic-client-api/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ task javadocJar (type: Jar, dependsOn: javadoc) {
8080
}
8181

8282
Node pomCustomizations = new NodeBuilder(). project {
83-
name '$rootProject.describedName'
83+
name "$rootProject.describedName"
8484
packaging 'jar'
85-
textdescription '$project.description'
85+
textdescription "$project.description"
8686
url 'https://github.com/marklogic/java-client-api'
8787

8888
scm {

0 commit comments

Comments
 (0)