Gradle build update for the correct main method
This commit is contained in:
parent
e34b9ab57c
commit
999d97f565
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ java {
|
||||||
|
|
||||||
application {
|
application {
|
||||||
// Define the main class for the application.
|
// Define the main class for the application.
|
||||||
mainClass.set("sudoku.App")
|
mainClass.set("sudoku.SolverMain")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.named<Test>("test") {
|
tasks.named<Test>("test") {
|
||||||
|
|
Loading…
Reference in a new issue