summary refs log tree commit diff stats
diff options
context:
space:
mode:
authornatanfudge <natan.lifsiz@gmail.com>2019-08-08 16:03:14 +0300
committernatanfudge <natan.lifsiz@gmail.com>2019-08-08 16:03:14 +0300
commit845ccf0911449c76579925315944b5eb2185c9bb (patch)
tree72c84d81e640b34d3461d50386db598c2ad415c5
parent341d4905391541ba2461d59264ba392868cee9bc (diff)
use remapJar instead of jar
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
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) {