You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/09/11 20:06:56 UTC

[GitHub] zachschultz opened a new issue #241: Could not determine the dependencies of task ':whisktests:test'.

zachschultz opened a new issue #241: Could not determine the dependencies of task ':whisktests:test'.
URL: https://github.com/apache/incubator-openwhisk-catalog/issues/241
 
 
   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
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services