Reduce duplication between annotation processor and proxy.
This commit is contained in:
@@ -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}"
|
||||
|
Reference in New Issue
Block a user