blob: 6013f02497c5e7ed87af817e781619b0f3699691 [file] [log] [blame]
apply plugin: 'java'
apply plugin: 'jacoco-tools-base'
apply plugin: 'clone-artifacts'
dependencies {
compile project(':base:ddmlib')
testCompile libs.junit
}
group = 'com.android.tools.build'
archivesBaseName = 'builder-test-api'
version = rootProject.ext.buildVersion
project.ext.pomName = 'Android Builder Test API library'
project.ext.pomDesc = 'API for the Test extension point in the Builder library.'
apply from: "$rootDir/buildSrc/base/publish.gradle"
apply from: "$rootDir/buildSrc/base/bintray.gradle"
apply from: "$rootDir/buildSrc/base/javadoc.gradle"