Skip to content

Commit 0f35f54

Browse files
committed
- fixes repo URL for bintray
1 parent 5d7bc60 commit 0f35f54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ publishing {
187187
}
188188

189189
maven {
190-
url = 'https://api.bintray.com/content/microsoftgraph/Maven/microsoft-graph-core'
190+
url = 'https://api.bintray.com/content/microsoftgraph/Maven'
191191
name = 'bintray'
192192

193193
credentials {
@@ -278,7 +278,7 @@ gradle.taskGraph.whenReady { taskGraph ->
278278

279279
model {
280280
tasks.generatePomFileForMavenCentralReleasePublication {
281-
destination = file("$buildDir/generated-pom.xml")
281+
destination = file("${project.buildDir}/generated-pom.xml")
282282
}
283283
tasks.publishMavenCentralReleasePublicationToMavenLocal {
284284
dependsOn project.tasks.signArchives

0 commit comments

Comments
 (0)