Closed as not planned
Description
Gradle version - 2.14
With build-extractor 4.0.0 version:
gw wrapper
[buildinfo] Not using buildInfo properties file for this build.
:wrapper UP-TO-DATE
BUILD SUCCESSFUL
Total time: 5.748 secs
After migrate to build-extractor 4.4.0:
gw wrapper
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'sense-support'.
> Failed to notify project evaluation listener.
> Cannot invoke method getClientConfig() on null object
> Cannot invoke method getClientConfig() on null object
> Cannot invoke method getClientConfig() on null object
> Cannot invoke method getClientConfig() on null object
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 3.1 secs
What was happened and what i do wrong?