mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-23 19:16:37 +01:00
Depend on a specific Velocity snapshot version
Fixes #1319 Fixes VelocityPowered/Velocity#159
This commit is contained in:
parent
b7ff0824b9
commit
1213e58240
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user