Skip to content

Commit

Permalink
Merge pull request #68 from toshi38/stelau/gradle-manifest
Browse files Browse the repository at this point in the history
Create main class item in manifest.
  • Loading branch information
edsj-sony authored Jan 27, 2020
2 parents c76c7a7 + 177484e commit 9fdd65b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ sourceSets {

application {
mainClassName = 'com.sonyericsson.chkbugreport.Main'
jar {
manifest {
attributes(
'Main-Class': mainClassName
)
}
}
}

test {
Expand Down

0 comments on commit 9fdd65b

Please sign in to comment.