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:
2025-04-24 09:18:20 +02:00
parent 86b505b4e3
commit 86f67b07c9
4 changed files with 72 additions and 5 deletions

View File

@@ -22,6 +22,6 @@ test {
jar{
manifest {
attributes 'Main-class': 'me.zacharias.bank.Main'
attributes 'Main-class': 'me.zacharias.bank.Launcher'
}
}