apache / openwhisk-catalog

Curated catalog of Apache OpenWhisk packages to interface with event producers and consumers
https://openwhisk.apache.org/
Apache License 2.0
33 stars 49 forks source link

Could not determine the dependencies of task ':whisktests:test'. #241

Closed zachschultz closed 7 years ago

zachschultz commented 7 years ago

I am trying to run ./gradlew test to build and test tests that I am writing for a new /whisk.system package, but I am getting this error:

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':whisktests:test'.
> Task with path ':core:nodejs6Action:distDocker' not found in project ':whisktests'.

Below is my gradlew information:

------------------------------------------------------------
Gradle 4.1
------------------------------------------------------------

Build time:   2017-08-07 14:38:48 UTC
Revision:     941559e020f6c357ebb08d5c67acdb858a3defc2

Groovy:       2.4.11
Ant:          Apache Ant(TM) version 1.9.6 compiled on June 29 2015
JVM:          1.8.0_144 (Oracle Corporation 25.144-b01)
OS:           Mac OS X 10.12.6 x86_64
zachschultz commented 7 years ago

Correct usage: ./gradlew :tests:test