Skip to content

Commit 69804f6

Browse files
authored
Merge pull request #59 from microsoftgraph/hotfix/gradle-repos-definitions
- fixes repo URL for bintray
2 parents 5d7bc60 + 0f35f54 commit 69804f6

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)