✨ Improve the velocity module
This commit is contained in:
parent
9761c0fadf
commit
edc5249244
10 changed files with 579 additions and 2 deletions
17
examples/example-velocity/build.gradle
Normal file
17
examples/example-velocity/build.gradle
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
apply plugin: "com.github.johnrengelman.shadow"
|
||||
|
||||
shadowJar {
|
||||
dependencies {
|
||||
exclude(dependency('com.velocitypowered:velocity-api'))
|
||||
}
|
||||
}
|
||||
|
||||
build.dependsOn(shadowJar)
|
||||
|
||||
dependencies {
|
||||
api project(':cloud-velocity')
|
||||
api project(':cloud-minecraft-extras')
|
||||
api project(':cloud-annotations')
|
||||
compileOnly('com.velocitypowered:velocity-api:1.1.0-SNAPSHOT')
|
||||
annotationProcessor('com.velocitypowered:velocity-api:1.1.0-SNAPSHOT')
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue