From 4d8b2ef5370e72bcc45371ed7f41e1ef748ecd1a 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 {