Eazy-Client/settings.gradle

10 lines
151 B
Groovy
Raw Permalink Normal View History

2023-12-05 14:13:18 -05:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}