Gradle build update for the correct main method

This commit is contained in:
Imbus 2023-12-05 14:16:54 +01:00
parent e34b9ab57c
commit 999d97f565

View file

@ -34,7 +34,7 @@ java {
application {
// Define the main class for the application.
mainClass.set("sudoku.App")
mainClass.set("sudoku.SolverMain")
}
tasks.named<Test>("test") {