Forward test

This commit is contained in:
Jan Berkel 2014-12-17 12:57:18 +01:00
parent cc6c6bf096
commit 7c79e7c6b5
1 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,8 @@ task checkstyle(type: Checkstyle) {
classpath = files()
}
task testOnJVM(dependsOn: 'tests-on-jvm:test')
if (project.hasProperty('keyAlias')) {
android.signingConfigs.release.keyAlias = keyAlias
}