Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-06 08:10:12 +01:00
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)
|
|
}
|