spring-io / pivotal-cla

Apache License 2.0
10 stars 16 forks source link

Could not find property 'space' #97

Closed rwinch closed 8 years ago

rwinch commented 8 years ago

When running the build the following error is present unless 'space' property is defined:

$ gradlew task

FAILURE: Build failed with an exception.

* Where:
Script '/Users/rwinch/code/pivotal-cla/gradle/deploy.gradle' line: 40

* What went wrong:
A problem occurred evaluating script.
> Could not find property 'space' on root project 'pivotal-cla'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED