vfngamingmod-fabric/settings.gradle
Marius Rometsch cd04ee146c
Some checks are pending
build / build (21) (push) Waiting to run
Initial commit
2025-01-25 11:33:05 +01:00

10 lines
151 B
Groovy

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