initial commit

This commit is contained in:
trunksbomb
2026-03-23 00:25:54 -04:00
commit 65a0574ce3
58 changed files with 2594 additions and 0 deletions

9
settings.gradle Normal file
View File

@@ -0,0 +1,9 @@
pluginManagement {
repositories {
gradlePluginPortal()
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
}