Skip to content

Commit ce10fe5

Browse files
author
Nakul Sabharwal
committed
pom generation to build\libs.
1 parent 97b2ed5 commit ce10fe5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,11 @@ publishing {
6464
artifact sourceJar
6565
pom.withXml {
6666
def root = asNode()
67-
root.appendNode('name', 'Preview Microsoft Graph SDK for Java')
67+
root.appendNode('name', 'Microsoft Graph SDK for Java')
6868
root.appendNode('url', 'https://github.com/microsoftgraph/msgraph-sdk-java')
6969
root.children().last() + pomConfig
70+
def pomFile = file("${project.buildDir}/libs/microsoft-graph.pom")
71+
writeTo(pomFile)
7072
}
7173

7274
}

0 commit comments

Comments
 (0)