mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-09-26 05:49:00 +02:00
Fix Sponge and Velocity build scripts
This commit is contained in:
@@ -19,6 +19,12 @@ dependencies {
|
|||||||
exclude(module: 'configurate-gson')
|
exclude(module: 'configurate-gson')
|
||||||
exclude(module: 'configurate-yaml')
|
exclude(module: 'configurate-yaml')
|
||||||
}
|
}
|
||||||
|
annotationProcessor('org.spongepowered:spongeapi:8.0.0-SNAPSHOT') {
|
||||||
|
exclude(module: 'configurate-core')
|
||||||
|
exclude(module: 'configurate-hocon')
|
||||||
|
exclude(module: 'configurate-gson')
|
||||||
|
exclude(module: 'configurate-yaml')
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
blossom {
|
blossom {
|
||||||
|
@@ -10,7 +10,8 @@ repositories {
|
|||||||
dependencies {
|
dependencies {
|
||||||
compile project(':common')
|
compile project(':common')
|
||||||
|
|
||||||
compileOnly 'com.velocitypowered:velocity-api:1.0-20181206.010534-227'
|
compileOnly 'com.velocitypowered:velocity-api:1.0-SNAPSHOT'
|
||||||
|
annotationProcessor 'com.velocitypowered:velocity-api:1.0-SNAPSHOT'
|
||||||
}
|
}
|
||||||
|
|
||||||
blossom {
|
blossom {
|
||||||
|
Reference in New Issue
Block a user