We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77d01b1 + 0406740 commit 52e21a0Copy full SHA for 52e21a0
build.gradle
@@ -27,11 +27,11 @@ task wrapper(type: Wrapper) {
27
}
28
29
task runDomainUnitTests(dependsOn: [':domain:test']) {
30
- description 'Run unit tests for both domain and data layers.'
+ description 'Run unit tests for the domain layer.'
31
32
33
task runDataUnitTests(dependsOn: [':data:cleanTestDebug', ':data:testDebug']) {
34
+ description 'Run unit tests for the data layer.'
35
36
37
task runUnitTests(dependsOn: ['runDomainUnitTests', 'runDataUnitTests']) {
0 commit comments