mirror of
https://github.com/ViaVersion/ViaForge.git
synced 2024-11-17 11:15:13 +01:00
13 lines
254 B
Groovy
13 lines
254 B
Groovy
|
plugins {
|
||
|
id "florianmichael.viaforge.base-conventions"
|
||
|
id "florianmichael.viaforge.forge-conventions"
|
||
|
}
|
||
|
|
||
|
minecraft {
|
||
|
mappings channel: "official", version: "1.14.4"
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
minecraft "net.minecraftforge:forge:1.14.4-28.2.26"
|
||
|
}
|