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')
|
testCompile(name: 'org.apache.http.legacy', ext: 'jar')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
apt {
|
||||||
|
arguments {
|
||||||
|
'otto.generate' 'anonymous'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
tasks.withType(Test) {
|
tasks.withType(Test) {
|
||||||
scanForTestClasses = false
|
scanForTestClasses = false
|
||||||
include "**/*Test.class"
|
include "**/*Test.class"
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user