Fix Sponge and Velocity build scripts

This commit is contained in:
Luck
2019-01-12 13:39:07 +00:00
Unverified
parent d3ae3324fa
commit 78a74510cf
2 changed files with 8 additions and 1 deletions
+6
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 {
+2 -1
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 {