Skip to content

Commit 737c0af

Browse files
committed
fix release publish attempt #5
1 parent 9f36842 commit 737c0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ subprojects {
4444
println("Publishing ${publication.groupId}:${publication.artifactId}:${publication.version} to ${repository.url}")
4545
}
4646
if (!(version as String).endsWith("SNAPSHOT")) {
47-
finalizedBy(tasks.closeAndReleaseStagingRepository)
47+
finalizedBy(rootProject.tasks.closeAndReleaseStagingRepository)
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)