mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-24 03:25:19 +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 {
|
dependencies {
|
||||||
compile project(':common')
|
compile project(':common')
|
||||||
|
|
||||||
compileOnly 'com.velocitypowered:velocity-api:1.0-SNAPSHOT'
|
compileOnly 'com.velocitypowered:velocity-api:1.0-20181206.010534-227'
|
||||||
}
|
}
|
||||||
|
|
||||||
blossom {
|
blossom {
|
||||||
|
Loading…
Reference in New Issue
Block a user