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
Abdulmujeeb Raji 1024a7c49f
Initial commit
2024-04-13 15:35:56 +01:00

17 lines
No EOL
384 B
Groovy

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'
}
}
}