From 7f3ee661a5c265e8baafca951c98c0c2f36cedf2 Mon Sep 17 00:00:00 2001 From: Carlos Martino Date: Mon, 22 Sep 2025 23:03:40 -0300 Subject: [PATCH] Initial commit --- .gitmodules | 3 +++ echo | 1 + settings.gradle.kts | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 echo diff --git a/.gitmodules b/.gitmodules index 40a52f8..f899a02 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/echo b/echo new file mode 160000 index 0000000..b5936f2 --- /dev/null +++ b/echo @@ -0,0 +1 @@ +Subproject commit b5936f2b2f591d28f9ca994426ceff8be08f9bec diff --git a/settings.gradle.kts b/settings.gradle.kts index bfb6a1a..26782c3 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -2,7 +2,7 @@ rootProject.name = "Template" enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") pluginManagement { - includeBuild("buildlogic") + includeBuild("echo") repositories { google { mavenContent {