Installer icon indicating copy to clipboard operation
Installer copied to clipboard

Optimized build fails

Open zbot473 opened this issue 5 years ago • 4 comments

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

zbot473 avatar Sep 02 '19 17:09 zbot473

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.

0-x-2-2 avatar Sep 03 '19 10:09 0-x-2-2

Hm, I can't reproduce this locally on either my linux desktop or windows laptop, but it is affecting CI builds.

LeafHacker avatar Sep 21 '19 16:09 LeafHacker

Make sure to run it with Java 8?

leijurv avatar Sep 28 '19 02:09 leijurv

I do have Java 8, but i'll try the stack trace.

zbot473 avatar Oct 01 '19 03:10 zbot473