Browse Source

Re-add manifest to fat jar...

pull/167/head
Chris Smith 9 years ago
parent
commit
847f9e681d
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      build.gradle

+ 4
- 0
build.gradle View File

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

Loading…
Cancel
Save