Skip to content

Commit

Permalink
Corrected Main-Class in Manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
OsteHovel committed Aug 8, 2018
1 parent 6d29595 commit ae307d2
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 @@ -20,7 +20,7 @@ shadowJar {
baseName = 'OstSplit'
classifier = null
manifest {
attributes 'Main-Class': 'com.ostsoft.smsplit.RunOstSplit'
attributes 'Main-Class': 'com.ostsoft.games.ostsplit.RunOstSplit'
attributes 'Specification-Version': version
}
}

0 comments on commit ae307d2

Please sign in to comment.