summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {