0
0
mirror of https://github.com/PaperMC/Velocity.git synced 2024-11-23 13:46:12 +00:00
Velocity/native/build.gradle.kts
2023-10-27 16:03:15 -04:00

11 lines
184 B
Plaintext

plugins {
`java-library`
id("velocity-publish")
}
dependencies {
implementation(libs.guava)
implementation(libs.netty.handler)
implementation(libs.checker.qual)
}