Gradle command failing OS X


Michael Hodges
 

The "./gradlew shadowJar” command for installing Cuebot from source on OS X fails with the following error:


MyComputer:~ MyUser$ cd /Users/MyUser/OpenCue/cuebot
MyComputer:cuebot MyUser$ ./gradlew shadowJar
Starting a Gradle Daemon (subsequent builds will be faster)
<-------------> 0% INITIALIZING [52ms]
> IDLE

FAILURE: Build failed with an exception.

* What went wrong:
Task 'shadowJar' not found in root project ‘cuebot'




I read this might be related to too knew a version of Java so I've installed Java8 via Homebrew as Java8 seemed to help on Centos.

MyComputer:~ MyUser$ java -version
openjdk version "1.8.0_242"
OpenJDK Runtime Environment (build 1.8.0_242-b08)
Eclipse OpenJ9 VM (build openj9-0.18.1, JRE 1.8.0 Mac OS X amd64-64-Bit Compressed References 20200122_439 (JIT enabled, AOT enabled)
OpenJ9 - 51a5857d2
OMR - 7a1b0239a
JCL - 8cf8a30581 based on jdk8u242-b08)



Unfortunately, that did not resolve it.

Am I missing something?
Any thoughts or suggestions?

Join {main@lists.aswf.io to automatically receive all group messages.