mirror of
https://github.com/ViaVersion/ViaForge.git
synced 2025-02-18 02:02:24 +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.15.2"
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
minecraft "net.minecraftforge:forge:1.15.2-31.2.57"
|
||
|
}
|