1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 09:52:16 -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()
}
task testOnJVM(dependsOn: 'tests-on-jvm:test')
if (project.hasProperty('keyAlias')) {
android.signingConfigs.release.keyAlias = keyAlias
}