diff options
| -rw-r--r-- | build.gradle | 4 |
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 | } |
| 175 | artifacts.archives libJar { name 'enigma-lib' } | 175 | artifacts.archives libJar { name 'enigma-lib' } |
| 176 | 176 | ||
| 177 | artifacts { | ||
| 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 :( |
| 179 | configurations.archives { | 183 | configurations.archives { |