mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 03:32:16 -05:00
Add a gradle task testsOnJVM.
This commit is contained in:
parent
59ae1d034c
commit
9a99c77653
@ -50,3 +50,8 @@ android {
|
||||
exclude 'META-INF/NOTICE'
|
||||
}
|
||||
}
|
||||
|
||||
task testsOnJVM(type :GradleBuild, dependsOn: assemble) {
|
||||
buildFile = 'tests-on-jvm/build.gradle'
|
||||
tasks = ['test']
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user