oauth-fabric/settings.gradle
lily 07178eabcc
Some checks failed
build / build (push) Failing after 3m47s
Initial commit
2025-04-23 19:49:37 -04:00

10 lines
No EOL
151 B
Groovy

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