Skip to content

Commit

Permalink
fixed generated manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarhead committed Sep 18, 2024
1 parent 081290a commit fbe0f52
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 @@ -39,7 +39,7 @@ jar {

task customFatJar(type: Jar) {
manifest {
attributes 'Main-Class': 'jarhead.Main'
attributes 'Main-Class': 'rrpathgen.Main'
}
baseName = 'RRPathGen'
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
Expand Down

0 comments on commit fbe0f52

Please sign in to comment.