| new RoboJavaModulePlugin( |
| deploy: true |
| ).apply(project) |
| |
| dependencies { |
| annotationProcessor "com.google.auto.service:auto-service:1.0-rc4" |
| |
| api project(":annotations") |
| api project(":utils") |
| api project(":shadowapi") |
| implementation project(":utils:reflector") |
| implementation "com.google.auto.service:auto-service:1.0-rc4" |
| implementation "javax.annotation:javax.annotation-api:1.3.2" |
| implementation "javax.inject:javax.inject:1" |
| |
| api "org.ow2.asm:asm:7.0" |
| api "org.ow2.asm:asm-commons:7.0" |
| api "com.google.guava:guava:27.0.1-jre" |
| compileOnly "com.google.code.findbugs:jsr305:3.0.2" |
| |
| testImplementation "junit:junit:4.12" |
| testImplementation "com.google.truth:truth:0.42" |
| testImplementation "org.mockito:mockito-core:2.5.4" |
| testImplementation project(":junit") |
| } |