Changed mainClass in build.gradle to Main

This commit is contained in:
Andrin Fassbind 2022-03-20 13:44:54 +01:00
parent d7a593be30
commit b467a79596
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ version = '2022.1'
application {
// Define the main class for the application.
mainClass = 'ch.zhaw.pm2.racetrack.ConsoleApp'
mainClass = 'ch.zhaw.pm2.racetrack.Main'
}
run {