Reduce duplication between annotation processor and proxy.

This commit is contained in:
Andrew Steinborn
2018-09-29 23:28:44 -04:00
parent 1da1382b16
commit eddf01fc32
3 changed files with 3 additions and 153 deletions

View File

@@ -23,7 +23,9 @@ jar {
}
dependencies {
// Note: we depend on the API twice, first the main sourceset, and then the annotation processor.
compile project(':velocity-api')
compile project(':velocity-api').sourceSets.ap.output
compile project(':velocity-native')
compile "io.netty:netty-codec:${nettyVersion}"