You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
inSettings -> Publish -> Run default commands
, I could see that the file didn't existThe specified initialization script '/home/jitpack/build/deploy.gradle' does not exist.
The text was updated successfully, but these errors were encountered: