Switch from maven to gradle.

This commit is contained in:
Florian THIERRY
2025-09-17 14:23:09 +02:00
parent 03dd52de71
commit 55d6a6328f
18 changed files with 469 additions and 367 deletions

View File

@@ -0,0 +1,2 @@
rootProject.name = "codiki-backend"
include("codiki-domain", "codiki-application", "codiki-exposition", "codiki-infrastructure", "codiki-launcher")