new RoboJavaModulePlugin( | |
deploy: true | |
).apply(project) | |
dependencies { | |
api project(":annotations") | |
api project(":utils") | |
api project(":shadowapi") | |
api "org.ow2.asm:asm:5.0.1" | |
api "org.ow2.asm:asm-commons:5.0.1" | |
api "com.google.guava:guava:20.0" | |
compileOnly "com.google.code.findbugs:jsr305:3.0.1" | |
testImplementation "junit:junit:4.12" | |
testImplementation "com.google.truth:truth:0.39" | |
testImplementation "org.mockito:mockito-core:2.5.4" | |
testImplementation project(":junit") | |
} |