1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Forward test

This commit is contained in:
Jan Berkel 2014-12-17 12:57:18 +01:00
parent cc6c6bf096
commit 7c79e7c6b5

View File

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