Files
meteorbot/no-more-render/settings.gradle
T

10 lines
151 B
Groovy
Raw Normal View History

2024-07-22 20:53:28 -06:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}