summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar modmuss502016-08-15 18:53:08 +0100
committerGravatar modmuss502016-08-15 18:53:08 +0100
commit0a6732359b68546488fe88153b832b66445b2ccf (patch)
tree537268709e6768744d2cb322c0567017b986fd2a /build.gradle
parentAdded maven uploading (diff)
downloadenigma-0a6732359b68546488fe88153b832b66445b2ccf.tar.gz
enigma-0a6732359b68546488fe88153b832b66445b2ccf.tar.xz
enigma-0a6732359b68546488fe88153b832b66445b2ccf.zip
Upload fat jar to maven
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 03812709..7fef2d88 100644
--- a/build.gradle
+++ b/build.gradle
@@ -174,6 +174,10 @@ task('libJar', type: Jar, dependsOn: classes) {
174} 174}
175artifacts.archives libJar { name 'enigma-lib' } 175artifacts.archives libJar { name 'enigma-lib' }
176 176
177artifacts {
178 archives shadowJar
179}
180
177// Here we need a bit of hackery to remove the default Maven deployment and just 181// Here we need a bit of hackery to remove the default Maven deployment and just
178// deploy enigma-lib. Works, but not ideal :( 182// deploy enigma-lib. Works, but not ideal :(
179configurations.archives { 183configurations.archives {