diff options
Diffstat (limited to 'build.gradle')
-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) { |