mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-16 10:45:15 +01:00
67c977009b
* Finally fix the cursed loom 1.5 update. * Formatstyle adjustment. Tabs make this look ugly.
22 lines
457 B
Plaintext
22 lines
457 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
maven ("https://maven.fabricmc.net/")
|
|
}
|
|
}
|
|
|
|
rootProject.name = "ViaFabric"
|
|
|
|
include("viafabric-mc18")
|
|
include("viafabric-mc114")
|
|
include("viafabric-mc115")
|
|
include("viafabric-mc116")
|
|
include("viafabric-mc117")
|
|
include("viafabric-mc118")
|
|
include("viafabric-mc119")
|
|
include("viafabric-mc120")
|
|
|
|
plugins {
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
|
|
}
|