Skip to content

Commit

Permalink
Add main class manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
WasabiThumb authored and WasabiThumb committed Mar 19, 2022
1 parent 65b519a commit 0fe3475
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@ dependencies {
test {
useJUnitPlatform()
}

jar {
manifest {
attributes (
'Main-Class': 'codes.wasabi.suggestbot.Main'
)
}
}

0 comments on commit 0fe3475

Please sign in to comment.