blob: 6d63347b74b76515d2010b70ad369df0a4c0a62d [file] [log] [blame]
apply plugin: 'java'
apply plugin: 'maven'
sourceCompatibility = 1.7
dependencies {
testCompile libs.junit
testCompile libs.mockito_core
compile libs.support.annotations
}
uploadArchives {
repositories {
mavenDeployer {
repository(url : rootProject.ext.localMavenRepo)
pom.artifactId = "common"
}
}
}
createAndroidCheckstyle(project)