I'm actually having the inverse issue. Unsure of what changes have been
made since this last report:

Caused by: java.lang.IllegalArgumentException: Cannot find JAR
'plexus-component-annotations.jar' required by module
'gradle-dependency-management' using classpath or distribution directory
'/usr/share/gradle'

Solution:

cd /usr/share/java
ln -s plexus-component-annotations-1.5.jar plexus-component-annotations.jar

Reply via email to