feneeeeeeeeeeetre
All checks were successful
Linux arm64 / Build (push) Successful in 26s

This commit is contained in:
2025-01-21 19:59:24 +01:00
parent 3a69139798
commit 121c60ddef
3 changed files with 29 additions and 2 deletions

View File

@@ -29,11 +29,13 @@ dependencies {
implementation 'org.json:json:20250107'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
implementation "io.github.spair:imgui-java-app:1.88.0"
}
application {
// Define the main class for the application.
mainClass = 'sudoku.Main'
mainClass = 'gui.Main'
}
tasks.named('test') {