mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-16 10:45:15 +01:00
4cdceacb94
* Update to 23w18a. I have finally learned something incredible in the ViaVersion universe, Also i thank RK for his help. Co-Authored-By: RK_01 <50594595+RaphiMC@users.noreply.github.com> * Update Gradle dependencies and Jitpack. * [ci skip] Reference Modrinth properly, 1.19.4 too, Fix typos. * ViaForge and ViaFabricPlus are also on modrinth. And now let GitHub actions compile this entire thing. * Restore and fix viafabric ping textures. --------- Co-authored-by: RK_01 <50594595+RaphiMC@users.noreply.github.com>
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.5.0"
|
|
}
|