Initial commit

This commit is contained in:
RedSavant
2026-01-21 14:59:11 +01:00
commit 2033df2655
53 changed files with 7791 additions and 0 deletions

7
settings.gradle.kts Normal file
View File

@@ -0,0 +1,7 @@
plugins {
// Apply the foojay-resolver plugin to allow automatic download of JDKs
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
}
rootProject.name = "example-plugin"
include("app")