diff options
author | natanfudge <natan.lifsiz@gmail.com> | 2019-08-08 16:03:14 +0300 |
---|---|---|
committer | natanfudge <natan.lifsiz@gmail.com> | 2019-08-08 16:03:14 +0300 |
commit | 845ccf0911449c76579925315944b5eb2185c9bb (patch) | |
tree | 72c84d81e640b34d3461d50386db598c2ad415c5 | |
parent | 341d4905391541ba2461d59264ba392868cee9bc (diff) |
use remapJar instead of jar
-rw-r--r-- | build.gradle | 2 |
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) { |