Flywheel/settings.gradle

12 lines
215 B
Groovy
Raw Normal View History

2021-10-15 01:20:56 +02:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}
rootProject.name = 'Flywheel-Fabric'