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

Can we have a working directory for gradle/gradlew task to run #4

Closed
bharathcp opened this issue Mar 30, 2016 · 5 comments
Closed

Can we have a working directory for gradle/gradlew task to run #4

bharathcp opened this issue Mar 30, 2016 · 5 comments

Comments

@bharathcp
Copy link

I have multiple git materials for my pipeline which forces me to add working directories. Since gradle plugin does not have working directories, it does not find the gradlew or build.gradle.
Please add a feature to define working directory.

@ashrayme
Copy link

ashrayme commented Apr 9, 2016

+1

Came here looking for info on the same.

@bharathcp
Copy link
Author

The pull request #6 should fix this. Hope it gets merged :)

@jmnarloch
Copy link
Owner

You know that gradle has -p option for setting the path? https://docs.gradle.org/current/userguide/gradle_command_line.html
This can be done in the current version with additional build properties.

@bharathcp
Copy link
Author

Agreed. But it would not work for gradlew commands.

On Sun, Apr 10, 2016, 5:37 AM Jakub Narloch [email protected]
wrote:

You know that gradle has -p option for setting the path?
https://docs.gradle.org/current/userguide/gradle_command_line.html
This can be done in the current version with additional build properties.


You are receiving this because you modified the open/close state.

Reply to this email directly or view it on GitHub
#4 (comment)

@jmnarloch
Copy link
Owner

Ok, I'm going to test this during fallowing days and prepare the release by the end of the week.

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

3 participants