tomorrowkey/notifier-plugin

Can not execute any gradle tasks when 'notifier.groovy' is missing

tomorrowkey opened this issue · 0 comments

$ ./gradlew clean

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/xxxx/Development/AndroidStudioProjects/xxxx/xxxx/build.gradle' line: 4

* What went wrong:
A problem occurred evaluating project ':xxxx'.
> /Users/xxxx/Development/AndroidStudioProjects/xxxx/notifier.groovy (No such file or directory)

* 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: 2.109 secs