add user tracking on board.

This commit is contained in:
2026-02-05 15:03:28 -05:00
parent accd68feff
commit 2f20f32a5f
6 changed files with 104 additions and 42 deletions
+7
View File
@@ -3,11 +3,18 @@
plugins {
// Apply the java-library plugin for API and implementation separation.
id 'java'
id 'application'
id("org.owasp.dependencycheck") version "12.2.0"
}
java {
toolchain {
languageVersion = JavaLanguageVersion.of(25)
}
}
group = 'edu.tictactoe'
version = '1.0'