mirror of
https://github.com/PaperMC/Velocity.git
synced 2024-11-23 13:46:12 +00:00
11 lines
184 B
Plaintext
11 lines
184 B
Plaintext
plugins {
|
|
`java-library`
|
|
id("velocity-publish")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(libs.guava)
|
|
implementation(libs.netty.handler)
|
|
implementation(libs.checker.qual)
|
|
}
|