From 0a6732359b68546488fe88153b832b66445b2ccf Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Mon, 15 Aug 2016 18:53:08 +0100 Subject: Upload fat jar to maven --- build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index 0381270..7fef2d8 100644 --- a/build.gradle +++ b/build.gradle @@ -174,6 +174,10 @@ task('libJar', type: Jar, dependsOn: classes) { } artifacts.archives libJar { name 'enigma-lib' } +artifacts { + archives shadowJar +} + // Here we need a bit of hackery to remove the default Maven deployment and just // deploy enigma-lib. Works, but not ideal :( configurations.archives { -- cgit v1.2.3