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

Migrate build scripts to kotlin, update to Gradle 9.0.0

This commit is contained in:
Eclipse
2025-09-06 06:17:04 +00:00
parent 2a3428229e
commit 31acd52acb
4 changed files with 82 additions and 79 deletions

9
settings.gradle.kts Normal file
View File

@@ -0,0 +1,9 @@
pluginManagement {
repositories {
maven {
name = "Fabric"
url = uri("https://maven.fabricmc.net/")
}
gradlePluginPortal()
}
}