add user tracking on board.
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user