ViaFabric/settings.gradle.kts
Kichura 0259407fc2
1.20.2, Dependency updates, JDK level correction. (#272)
* 1.20.2-rc2, Dependency updates, JDK level correction.

* Clarify what SDKMAN will deploy.

* Improve second-liner for jitpack comment.

* Modrinth does not have 1.20.2-rc2 yet.

* Set viaversion dependency to 4.8.0 in fabric.mod.json.

1.20.2 will not work with ViaVersion 4.6.0 - 4.7.1-SNAPSHOT, therefore this part is needed at some point.

* 1.20.2-rc2 -> 1.20.2.

* We use mclo.gs now, not paste.gg.
2023-09-21 19:57:20 +02:00

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.7.0"
}