mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-21 11:35:16 +01:00
18 lines
393 B
Plaintext
18 lines
393 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
maven ("https://maven.fabricmc.net/")
|
|
maven ("https://repo.legacyfabric.net/repository/legacyfabric/")
|
|
}
|
|
}
|
|
|
|
rootProject.name = "ViaFabric"
|
|
|
|
include("viafabric-mc189")
|
|
include("viafabric-mc1122")
|
|
|
|
plugins {
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
|
|
}
|