This message was deleted.
# dependency-management
s
This message was deleted.
v
Besides that you should usually never use
gradle
, but always
gradlew
to run a Gradle build to make sure it is ruin with the correct Gradle version, your problem has nothing to do with Gradle. Your build runs an external processes that exits with non-0 exit code which usually signals a failure. It is uncommon that your processes did not print an error, but maybe he didn't use the streams appropriately. Try running with
-i
to maybe get the actual error message.