pixelchat/settings.gradle

15 lines
272 B
Groovy
Raw Normal View History

2024-12-15 19:45:32 +00:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}
rootProject.name = 'pixelchat'
include ':server'
include ':mod-fabric'