Added a luancher file
Chaged the jvm entry point to the launcher added some slight redundancy in case of missing folders
This commit is contained in:
@@ -22,6 +22,6 @@ test {
|
||||
|
||||
jar{
|
||||
manifest {
|
||||
attributes 'Main-class': 'me.zacharias.bank.Main'
|
||||
attributes 'Main-class': 'me.zacharias.bank.Launcher'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user