Files
Villa/settings.gradle
T
skippyall dee168b0d0 Init
2026-05-12 21:51:43 +02:00

14 lines
207 B
Groovy

pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}
// Should match your modid
rootProject.name = 'villa'