This repository has been archived on 2025-02-04. You can view files and clone it, but cannot push or open issues or pull requests.
gamerules-menu/settings.gradle

17 lines
384 B
Groovy
Raw Normal View History

2024-04-13 15:35:56 +01:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
maven {
name = 'Jitpack'
url = 'https://jitpack.io'
}
maven {
name = 'Babric'
url = 'https://maven.glass-launcher.net/babric'
}
}
}