1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 18:02:15 -05:00

Not needed anymore

This commit is contained in:
Jan Berkel 2014-12-17 20:38:41 +01:00
parent e1fe6a97e1
commit 3c38cb2d7f

View File

@ -107,8 +107,6 @@ 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
} }