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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6dbe572  Apprunner: remove unnecessary code in build-scripts (#61)
6dbe572 is described below

commit 6dbe572ea30efdecab03c18bc398d4290cd26141
Author: Robert Stupp <[email protected]>
AuthorDate: Fri Nov 21 11:08:30 2025 +0100

    Apprunner: remove unnecessary code in build-scripts (#61)
---
 .../src/main/kotlin/publishing/PublishingHelperPlugin.kt             | 5 -----
 1 file changed, 5 deletions(-)

diff --git 
a/apprunner/apprunner-build-logic/src/main/kotlin/publishing/PublishingHelperPlugin.kt
 
b/apprunner/apprunner-build-logic/src/main/kotlin/publishing/PublishingHelperPlugin.kt
index af6675a..31f9112 100644
--- 
a/apprunner/apprunner-build-logic/src/main/kotlin/publishing/PublishingHelperPlugin.kt
+++ 
b/apprunner/apprunner-build-logic/src/main/kotlin/publishing/PublishingHelperPlugin.kt
@@ -143,11 +143,6 @@ constructor(private val softwareComponentFactory: 
SoftwareComponentFactory) : Pl
 
                 suppressPomMetadataWarningsFor("testFixturesApiElements")
                 suppressPomMetadataWarningsFor("testFixturesRuntimeElements")
-
-                if (project.tasks.findByName("createPolarisSparkJar") != null) 
{
-                  // if the project contains spark client jar, also publish 
the jar to maven
-                  artifact(project.tasks.named("createPolarisSparkJar").get())
-                }
               }
 
               if (

Reply via email to