jitpack / jitci

A CI with tests, coverage, dependency audit, license & vuln. checks
https://jitci.com
19 stars 5 forks source link

Gradle build looks for non-existent ../deploy.gradle file #28

Open nbauma109 opened 2 years ago

nbauma109 commented 2 years ago

It seems to me that gradle builds can only fail at publish stage since the default command uses an unexisting init script outside of the project. The default command used is :

./gradlew deploy -I ../deploy.gradle

By activating --debug and --stacktrace in Settings -> Publish -> Run default commands, I could see that the file didn't exist

The specified initialization script '/home/jitpack/build/deploy.gradle' does not exist.