mirror of
https://github.com/ViaVersion/ViaForge.git
synced 2024-11-08 10:09:36 +01:00
15 lines
314 B
Groovy
15 lines
314 B
Groovy
plugins {
|
|
id "florianmichael.viaforge.base-conventions"
|
|
id "florianmichael.viaforge.forge-conventions"
|
|
}
|
|
|
|
java.toolchain.languageVersion = JavaLanguageVersion.of(17)
|
|
|
|
minecraft {
|
|
mappings channel: "official", version: "1.18.2"
|
|
}
|
|
|
|
dependencies {
|
|
minecraft "net.minecraftforge:forge:1.18.2-40.2.0"
|
|
}
|