Files
no-more-render/settings.gradle
T

11 lines
200 B
Groovy
Raw Normal View History

2024-07-11 08:34:04 -06:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}