Slackbot
06/06/2022, 3:06 AMVampire
06/06/2022, 11:24 AMgradle
, 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.