geforkt von Mirrors/Velocity
11 Zeilen
184 B
Plaintext
11 Zeilen
184 B
Plaintext
plugins {
|
|
`java-library`
|
|
id("velocity-publish")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(libs.guava)
|
|
implementation(libs.netty.handler)
|
|
implementation(libs.checker.qual)
|
|
}
|