Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 authored Feb 7, 2024
1 parent f89ba81 commit f13c265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ java {
}

application {
mainClass = "hummel.MainKt"
mainClass = "com.github.hummel.comparer.MainKt"
}

tasks {
Expand All @@ -37,7 +37,7 @@ tasks {
manifest {
attributes(
mapOf(
"Main-Class" to "hummel.MainKt"
"Main-Class" to "com.github.hummel.comparer.MainKt"
)
)
}
Expand Down

0 comments on commit f13c265

Please sign in to comment.