NeoTech-Software/Android-Root-Coverage-Plugin

./gradlew :coverageReport is incorrect.

Closed this issue · 0 comments

If I execute the following command, it will give the following error:

./gradlew :coverageReport

command_error

The correct command to execute is ./gradlew coverageReport. The : should not be there.