Fix Sponge and Velocity build scripts

This commit is contained in:
Luck 2019-01-12 13:39:07 +00:00
parent d3ae3324fa
commit 78a74510cf
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
2 changed files with 8 additions and 1 deletions

View File

@ -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 {

View File

@ -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 {