소스 검색

Add Main-Class in the manifest.

It's kinda useful.

Change-Id: Idc283d5ed3e96165f63708f02f7187779ea18399
Reviewed-on: http://gerrit.dmdirc.com/4061
Reviewed-by: Greg Holmes <greg@dmdirc.com>
Automatic-Compile: DMDirc Build Manager
pull/1/head
Chris Smith 9 년 전
부모
커밋
476f37e241
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      build.gradle

+ 4
- 0
build.gradle 파일 보기

@@ -121,6 +121,10 @@ jar {
121 121
     from { configurations.bundle.collect { it.isDirectory() ? it : zipTree(it) } } {
122 122
         exclude 'META-INF/**'
123 123
     }
124
+
125
+    manifest {
126
+        attributes 'Main-Class': 'com.dmdirc.Main'
127
+    }
124 128
 }
125 129
 
126 130
 buildscript {

Loading…
취소
저장