Skip to content

Commit

Permalink
fix: change jar manifest to contain the correct main class
Browse files Browse the repository at this point in the history
  • Loading branch information
jahrim committed Aug 26, 2023
1 parent 7403e7f commit 00169be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ private class ProjectInfo {

val artifactGroup: String = "io.github.jahrim.chess"
val artifactId: String = project.name
val implementationClass: String = "main.main"
val implementationClass: String = "io.github.jahrim.chess.game.service.main.main"

val license = "The MIT License"
val licenseUrl = "https://opensource.org/licenses/MIT"
Expand Down

0 comments on commit 00169be

Please sign in to comment.