Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-17 05:20:14 +01:00
11 Zeilen
177 B
Plaintext
11 Zeilen
177 B
Plaintext
plugins {
|
|
`java-library`
|
|
`maven-publish`
|
|
}
|
|
|
|
dependencies {
|
|
implementation(libs.guava)
|
|
implementation(libs.netty.handler)
|
|
implementation(libs.checker.qual)
|
|
}
|