From 845ccf0911449c76579925315944b5eb2185c9bb Mon Sep 17 00:00:00 2001 From: natanfudge Date: Thu, 8 Aug 2019 16:03:14 +0300 Subject: use remapJar instead of jar --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 38cf6c4..ac7592e 100644 --- a/build.gradle +++ b/build.gradle @@ -72,7 +72,7 @@ publishing { publications { mavenJava(MavenPublication) { // add all the jars that should be included when publishing to maven - artifact(jar) { + artifact(remapJar) { builtBy remapJar } artifact(sourcesJar) { -- cgit 1.4.1