ViaForge/viaforge-mc118/build.gradle

15 lines
314 B
Groovy
Raw Normal View History

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