./gradlew build; java -jar build/libs/formplayer.jarFAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':compileJava'.
> Could not resolve all task dependencies for configuration ':compileClasspath'.
> Could not resolve project :commcare.
Required by:
project :
> Project : declares a dependency from configuration 'compile' to configuration 'api' which is not declared in the descriptor for project :commcare.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED in 1s
Error: Unable to access jarfile build/libs/formplayer.jar
This occurs when i try to run a commcare survey
This is the location of "formplayer" in the commcare project directory
This is the console output when i build gradle
Where could i be going wrong? What have i not done?