Skip to content

Commit 39c5f3d

Browse files
committed
Fix closeAndReleaseOssrhStagingRepository
1 parent 05dd693 commit 39c5f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/io/spring/gradle/convention/RootProjectPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class RootProjectPlugin implements Plugin<Project> {
5252

5353
def finalizeDeployArtifacts = project.task("finalizeDeployArtifacts")
5454
if (Utils.isRelease(project) && project.hasProperty("ossrhUsername")) {
55-
finalizeDeployArtifacts.dependsOn project.tasks.closeAndReleaseOssrhtagingRepository
55+
finalizeDeployArtifacts.dependsOn project.tasks.closeAndReleaseOssrhStagingRepository
5656
}
5757
}
5858

0 commit comments

Comments
 (0)