migrated to gradle

This commit is contained in:
Parker TenBroeck 2025-05-04 23:57:13 -04:00
parent 0dd6fb237d
commit ecb18b417e
43 changed files with 619 additions and 177 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 "0.10.0"
}
rootProject.name = "generators"
include("lib", "app")