diff --git a/sponge/build.gradle b/sponge/build.gradle index 30c875283..cfc4e906d 100644 --- a/sponge/build.gradle +++ b/sponge/build.gradle @@ -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 { diff --git a/velocity/build.gradle b/velocity/build.gradle index 27d83bdf8..d8c3043b4 100644 --- a/velocity/build.gradle +++ b/velocity/build.gradle @@ -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 {