Skip to content

Commit

Permalink
Fix shadow jar main class manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo27 committed Sep 27, 2020
1 parent 1c42530 commit 5d025d7
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 @@ -46,6 +46,6 @@ shadowJar {
classifier = null
version = null
manifest {
attributes "Main-Class": "rhmodding.treasury.TreasuryApp"
attributes "Main-Class": "rhmodding.treasury.Treasury"
}
}

0 comments on commit 5d025d7

Please sign in to comment.