Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
Fix manifest
  • Loading branch information
is0ss committed Aug 14, 2020
1 parent 8c1058a commit 6ce9916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ shadowJar {

jar{
manifest{
attributes('Main-Class': 'isoss.chaika.rpc.ChaikaRPC')
attributes('Main-Class': 'Main')
}
}

Expand Down

0 comments on commit 6ce9916

Please sign in to comment.