Browse Source

Include DMDirc in the jar...

Apparently this is useful in some cases. I have my doubts.
pull/164/head
Chris Smith 9 years ago
parent
commit
6a05b09918
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      build.gradle

+ 2
- 0
build.gradle View File

@@ -231,6 +231,8 @@ task('fatjar', type: Jar) {
231 231
     manifest {
232 232
         attributes 'Main-Class': 'com.dmdirc.Main'
233 233
     }
234
+
235
+    with jar
234 236
 }
235 237
 
236 238
 buildscript {

Loading…
Cancel
Save