1
0
mirror of https://github.com/GeyserMC/Rainbow.git synced 2026-01-04 15:31:39 +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

@@ -0,0 +1,7 @@
dependencyResolutionManagement {
versionCatalogs {
create("libs") {
from(files("../gradle/libs.versions.toml"))
}
}
}