This repository has been archived on 2025-12-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
RMC/settings.gradle

9 lines
176 B
Groovy
Raw Permalink Normal View History

2023-08-16 16:50:36 +08:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
2023-08-16 16:51:22 +08:00
}