Initial commit

This commit is contained in:
Ben Martin 2025-04-24 12:54:20 +01:00
commit 641bc16087
No known key found for this signature in database
GPG key ID: 11936493893207E4
19 changed files with 838 additions and 0 deletions

5
settings.gradle.kts Normal file
View file

@ -0,0 +1,5 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}
rootProject.name = "Wingman"