SLC-1.8.9/settings.gradle

24 lines
487 B
Groovy
Raw Normal View History

pluginManagement {
repositories {
maven {
name = "Fabric"
url = "https://maven.fabricmc.net/"
}
maven {
name = "legacy-fabric"
url = "https://repo.legacyfabric.net/repository/legacyfabric/"
}
gradlePluginPortal()
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.5.0'
}
2024-01-02 21:53:55 +01:00
rootProject.name = 'SilentClient'
include 'Client'
include 'Bridge'
include 'v1_8_9'