Skip to content

Commit 35cc9b6

Browse files
authored
Fix the sign failure (#1926)
1 parent a385268 commit 35cc9b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

runtime/distribution/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
*/
1919

2020
import publishing.GenerateDigest
21+
import publishing.PublishingHelperPlugin
2122

2223
plugins {
2324
id("distribution")
@@ -26,6 +27,8 @@ plugins {
2627

2728
description = "Apache Polaris Binary Distribution"
2829

30+
apply<PublishingHelperPlugin>()
31+
2932
val adminProject = project(":polaris-admin")
3033
val serverProject = project(":polaris-server")
3134

0 commit comments

Comments
 (0)