mirror of
https://github.com/PaperMC/Velocity.git
synced 2025-01-30 14:59:39 +08:00
8 lines
148 B
Groovy
8 lines
148 B
Groovy
|
plugins {
|
||
|
id 'java'
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
compile "com.google.guava:guava:${guavaVersion}"
|
||
|
compile "io.netty:netty-buffer:${nettyVersion}"
|
||
|
}
|