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

yufei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 5ca324f1 Fix KDoc of publishing.ShadowPubKt.configureShadowPublishing 
(#702)
5ca324f1 is described below

commit 5ca324f148aa3c6c51382399dac8822352817c83
Author: Alexandre Dutra <[email protected]>
AuthorDate: Mon Jan 13 06:45:11 2025 +0100

    Fix KDoc of publishing.ShadowPubKt.configureShadowPublishing (#702)
---
 build-logic/src/main/kotlin/publishing/shadowPub.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-logic/src/main/kotlin/publishing/shadowPub.kt 
b/build-logic/src/main/kotlin/publishing/shadowPub.kt
index 8ad08f00..af286fae 100644
--- a/build-logic/src/main/kotlin/publishing/shadowPub.kt
+++ b/build-logic/src/main/kotlin/publishing/shadowPub.kt
@@ -35,7 +35,7 @@ import org.gradle.api.publish.maven.MavenPublication
 /**
  * "Proper" publication of shadow-jar instead of the "main" jar, with "the 
right" Gradle's module
  * metadata that refers to the shadow-jar instead of the "main" jar, which is 
not published by
- * Nessie.
+ * Polaris.
  *
  * Pieces of this function are taken from the `Java(Base)Plugin` and 
`ShadowExtension`.
  */

Reply via email to