mcpht/settings.gradle

10 lines
151 B
Groovy
Raw Normal View History

2023-11-08 17:31:04 +01:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}