From e1f2e2f050d8861a51d44ba1093c021a63fd64c9 Mon Sep 17 00:00:00 2001 From: Vlad Kozarez Date: Tue, 24 Sep 2024 11:58:08 +0300 Subject: [PATCH] test publish shadow --- upload-github.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload-github.gradle b/upload-github.gradle index c883787..43465b4 100644 --- a/upload-github.gradle +++ b/upload-github.gradle @@ -9,7 +9,7 @@ afterEvaluate { artifactId = "$project.artifactId" version = "$project.artifactVersion" - components.shadow + artifact shadowJar // from components.java pom.withXml {