Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-16 21:10:30 +01:00
8 Zeilen
148 B
Groovy
8 Zeilen
148 B
Groovy
plugins {
|
|
id 'java'
|
|
}
|
|
|
|
dependencies {
|
|
compile "com.google.guava:guava:${guavaVersion}"
|
|
compile "io.netty:netty-buffer:${nettyVersion}"
|
|
} |