Installer
Installer copied to clipboard
Optimized build fails
Describe the bug Optimize Task fails
To Reproduce
Steps to reproduce the behavior:
run ./gradlew build
Expected behavior Build doesn't fail
Actual behavior
> Task :optimize FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':optimize'.
> java.lang.NullPointerException (no error message)
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 11s
Desktop (please complete the following information):
- OS: macOS
- Gradle 4.10
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Hm, I can't reproduce this locally on either my linux desktop or windows laptop, but it is affecting CI builds.
Make sure to run it with Java 8?
I do have Java 8, but i'll try the stack trace.