This is an automated email from the ASF dual-hosted git repository.

rustyrazorblade pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-analytics.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 98d0d242 Fix local maven publishing.
98d0d242 is described below

commit 98d0d242590979cbc098606c26ef2f24fcdbc41f
Author: Jon Haddad <[email protected]>
AuthorDate: Thu Jun 12 16:37:25 2025 -0700

    Fix local maven publishing.
    
    Patch by Jon Haddad, reviewed by Yifan Cai and Francisco Guerrero for 
CASSANALYTICS-63
---
 analytics-sidecar-vertx-client-shaded/build.gradle | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/analytics-sidecar-vertx-client-shaded/build.gradle 
b/analytics-sidecar-vertx-client-shaded/build.gradle
index 3db3095e..77262327 100644
--- a/analytics-sidecar-vertx-client-shaded/build.gradle
+++ b/analytics-sidecar-vertx-client-shaded/build.gradle
@@ -89,6 +89,14 @@ tasks.named('test') {
     dependsOn 'shadowJar'
 }
 
+publishing {
+    publications {
+        maven(MavenPublication) {
+            project.shadow.component(it)
+        }
+    }
+}
+
 /**
  * A Transformer which updates the Netty JAR META-INF/ resources to accurately
  * reference shaded class names.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to