Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nbauma109 opened this issue Mar 3, 2022 · 0 comments
Open

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

nbauma109 opened this issue Mar 3, 2022 · 0 comments

Comments

@nbauma109
Copy link

nbauma109 commented Mar 3, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant