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 a385268 commit 35cc9b6Copy full SHA for 35cc9b6
runtime/distribution/build.gradle.kts
@@ -18,6 +18,7 @@
18
*/
19
20
import publishing.GenerateDigest
21
+import publishing.PublishingHelperPlugin
22
23
plugins {
24
id("distribution")
@@ -26,6 +27,8 @@ plugins {
26
27
28
description = "Apache Polaris Binary Distribution"
29
30
+apply<PublishingHelperPlugin>()
31
+
32
val adminProject = project(":polaris-admin")
33
val serverProject = project(":polaris-server")
34
0 commit comments