mirror of
https://github.com/ViaVersion/ViaForge.git
synced 2024-11-08 10:09:36 +01:00
9 lines
129 B
Groovy
9 lines
129 B
Groovy
plugins {
|
|
id "java"
|
|
id "viaforge.base-conventions"
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly "io.netty:netty-all:4.0.20.Final"
|
|
}
|