blob: 3b228db2c5b5bdc8e3da4d8eb33525e37356d217 [file] [log] [blame]
new RoboJavaModulePlugin(
deploy: true
).apply(project)
dependencies {
implementation project(":annotations")
implementation "com.google.auto.service:auto-service:1.0-rc4"
implementation "org.apache.ant:ant:1.8.0"
implementation("org.apache.maven:maven-ant-tasks:2.1.3") {
exclude group: "junit", module: "junit"
}
testImplementation "junit:junit:4.12"
testImplementation "com.google.truth:truth:0.42"
testImplementation "org.mockito:mockito-core:2.5.4"
}