Depend on a specific Velocity snapshot version

Fixes #1319
Fixes VelocityPowered/Velocity#159
This commit is contained in:
Luck 2018-12-06 14:04:31 +00:00
parent b7ff0824b9
commit 1213e58240
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

View File

@ -13,7 +13,7 @@ repositories {
dependencies {
compile project(':common')
compileOnly 'com.velocitypowered:velocity-api:1.0-SNAPSHOT'
compileOnly 'com.velocitypowered:velocity-api:1.0-20181206.010534-227'
}
blossom {