Skip to content

Commit

Permalink
Merge pull request #2 from bitkid/sascha/runnable-jar
Browse files Browse the repository at this point in the history
fix main class
  • Loading branch information
bitkid committed Jan 26, 2024
2 parents f145404 + f6dc485 commit 4b03bd7
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 @@ -15,7 +15,7 @@ plugins {
}

application {
mainClass.set("com.bitkid.foostats.ranking.ITSFRankingApp")
mainClass.set("com.bitkid.itsfranking.ITSFRankingApp")
}

java {
Expand Down

0 comments on commit 4b03bd7

Please sign in to comment.