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