Fix Sponge and Velocity build scripts
This commit is contained in:
parent
d3ae3324fa
commit
78a74510cf
@ -19,6 +19,12 @@ dependencies {
|
||||
exclude(module: 'configurate-gson')
|
||||
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 {
|
||||
|
@ -10,7 +10,8 @@ repositories {
|
||||
dependencies {
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user