recipe-nope/settings.gradle

10 lines
177 B
Groovy
Raw Permalink Normal View History

2023-09-24 18:05:26 -04:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}