New version of Otto Bus annotation processor
This commit is contained in:
parent
dd967991d4
commit
92bbfa1f73
@ -116,6 +116,12 @@ dependencies {
|
||||
testCompile(name: 'org.apache.http.legacy', ext: 'jar')
|
||||
}
|
||||
|
||||
apt {
|
||||
arguments {
|
||||
'otto.generate' 'anonymous'
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType(Test) {
|
||||
scanForTestClasses = false
|
||||
include "**/*Test.class"
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user