mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Forward test
This commit is contained in:
parent
cc6c6bf096
commit
7c79e7c6b5
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user