We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 168423f commit 60a2632Copy full SHA for 60a2632
1 file changed
build.gradle.kts
@@ -133,6 +133,6 @@ publishing {
133
signing {
134
if (project.hasProperty("releaseTag")) {
135
useGpgCmd()
136
- sign(publishing.publications["javaPlatform"])
+ sign(publishing.publications["bom"])
137
}
138
0 commit comments