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:
7
build-logic/settings.gradle.kts
Normal file
7
build-logic/settings.gradle.kts
Normal file
@@ -0,0 +1,7 @@
|
||||
dependencyResolutionManagement {
|
||||
versionCatalogs {
|
||||
create("libs") {
|
||||
from(files("../gradle/libs.versions.toml"))
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user