We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d7bc60 commit 0f35f54Copy full SHA for 0f35f54
build.gradle
@@ -187,7 +187,7 @@ publishing {
187
}
188
189
maven {
190
- url = 'https://api.bintray.com/content/microsoftgraph/Maven/microsoft-graph-core'
+ url = 'https://api.bintray.com/content/microsoftgraph/Maven'
191
name = 'bintray'
192
193
credentials {
@@ -278,7 +278,7 @@ gradle.taskGraph.whenReady { taskGraph ->
278
279
model {
280
tasks.generatePomFileForMavenCentralReleasePublication {
281
- destination = file("$buildDir/generated-pom.xml")
+ destination = file("${project.buildDir}/generated-pom.xml")
282
283
tasks.publishMavenCentralReleasePublicationToMavenLocal {
284
dependsOn project.tasks.signArchives
0 commit comments