Initial commit

This commit is contained in:
2025-09-22 23:03:40 -03:00
parent 503473121a
commit 7f3ee661a5
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -1,3 +1,6 @@
[submodule "bedrock"]
path = bedrock
url = git@labs.carlosmartino.dev:imcarlost/bedrock.git
[submodule "echo"]
path = echo
url = git@labs.carlosmartino.dev:imcarlost/echo.git

1
echo Submodule

Submodule echo added at b5936f2b2f

View File

@@ -2,7 +2,7 @@ rootProject.name = "Template"
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
pluginManagement {
includeBuild("buildlogic")
includeBuild("echo")
repositories {
google {
mavenContent {