Fix typo in task description

This commit is contained in:
Andrii Kurdiumov
2019-08-05 18:27:46 +06:00
parent d0c894c820
commit 880cd6f265

View File

@@ -340,7 +340,7 @@ task unitTestReport(type: TestReport) { t ->
*********************************************************************************/
task integrationTestReport(type: TestReport) { t ->
group "test"
description "Run unit integrtion tests and save HTML report."
description "Run integration tests and save HTML report."
destinationDir = file("$reportDir/integrationTests")
outputs.upToDateWhen {false}
}