1
0
mirror of https://github.com/GeyserMC/Rainbow.git synced 2025-12-19 14:59:16 +00:00

Create build-logic, main rainbow and client module

This commit is contained in:
Eclipse
2025-10-14 08:03:42 +00:00
parent b9ea28ee8f
commit 16db0fe788
73 changed files with 44 additions and 2 deletions

View File

@@ -6,6 +6,10 @@ pluginManagement {
}
gradlePluginPortal()
}
includeBuild("build-logic")
}
rootProject.name = "Rainbow"
include(":rainbow")
include(":client")
rootProject.name = "rainbow-parent"