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 9f36842 commit 737c0afCopy full SHA for 737c0af
build.gradle.kts
@@ -44,7 +44,7 @@ subprojects {
44
println("Publishing ${publication.groupId}:${publication.artifactId}:${publication.version} to ${repository.url}")
45
}
46
if (!(version as String).endsWith("SNAPSHOT")) {
47
- finalizedBy(tasks.closeAndReleaseStagingRepository)
+ finalizedBy(rootProject.tasks.closeAndReleaseStagingRepository)
48
49
50
0 commit comments