add all modules, better gradle setup, and elixir for server

This commit is contained in:
mae
2025-10-07 19:34:23 -05:00
parent 3efcca8651
commit e58cc0a1a6
40 changed files with 273 additions and 29 deletions

View File

@@ -1,4 +1,10 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}
rootProject.name = "planterette"
rootProject.name = "planterette"
include("plt-build")
include("plt-build-wrapper")
include("plt-fetch")
include("plt-pkg")
include("plt-server")
include("plt-updated")