kotest-gradle-plugin
kotest-gradle-plugin copied to clipboard
Task 'kotest' not found in root project
When running ./gradlew kotest as specified in the plugin's README.md the command fails.
zcash-kotlin-payment-uri % ./gradlew kotest
FAILURE: Build failed with an exception.
* What went wrong:
Task 'kotest' not found in root project 'zcash-kotlin-payment-uri' and its subprojects. Some candidates are: 'test'.
how to reproduce:
- go to: https://github.com/pacu/zcash-kotlin-payment-uri/
- clone repo using commit
5122b609f141693bd69091b2f93211eb5d56a50d - run
./gradlew kotest