animalrpfabric/settings.gradle
Soph :3 10f350a1b3
Some checks are pending
build / build (21) (push) Waiting to run
first commit
2024-09-13 17:17:39 +03:00

10 lines
151 B
Groovy

pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}