Skip to content

Commit c36110d

Browse files
authored
Merge pull request #444 from microsoftgraph/bugfix/gradle-upgrade-task-deletion
- removes a task injection that was forgotten in previous updates
2 parents c097ca9 + fe3e30f commit c36110d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,4 @@ model {
294294
tasks.generatePomFileForMavenCentralReleasePublication {
295295
destination = file("${project.buildDir}/generated-pom.xml")
296296
}
297-
tasks.publishMavenCentralReleasePublicationToMavenLocal {
298-
dependsOn project.tasks.signArchives
299-
}
300-
tasks.publishMavenCentralReleasePublicationToSonatypeRepository {
301-
dependsOn project.tasks.signArchives
302-
}
303297
}

0 commit comments

Comments
 (0)