New comment by adigitoleo on void-packages repository https://github.com/void-linux/void-packages/pull/43317#issuecomment-1500218580 Comment: CI can't find the java executable. Build log excerpt: ``` > Task :core:cinteropLibusbLinuxX64 FAILED 226 227 FAILURE: Build failed with an exception. 228 229 * What went wrong: 230 Execution failed for task ':core:cinteropLibusbLinuxX64'. 231 > Process 'command '/usr/lib/jvm/java-1.8-openjdk/bin/java'' finished with non-zero exit value 1 ``` After trying a few things like adding openjdk8 to dependencies and setting JAVA_HOME, I'm out of ideas at the moment. It seems to build fine locally but I did run into this error a couple of times before I got it to work. I have no experience with gradle, unfortunately. Maybe @asiekierka can help, who maintains the gradle package.