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

Provide access to the raw command line arguments #15924

Open
aalmiray opened this issue Jan 25, 2021 · 3 comments
Open

Provide access to the raw command line arguments #15924

aalmiray opened this issue Jan 25, 2021 · 3 comments
Labels
a:feature A new functionality in:invoking-gradle Running Executing

Comments

@aalmiray
Copy link
Contributor

Provide access to the raw command line arguments used to launch a Gradle instance.

Expected Behavior

Lookup the raw arguments using a public type. It could be StartParameter or something else.

Current Behavior

The arguments are hidden for public consumption. FWIW arguments are captured and exposed via buildscans, so the behavior exists but it's not publicly available to everyone else.

Context

I'm interested in this feature because of https://reproducible-builds.org/docs/jvm/ where the build arguments are set as part of the data required by rebuilders. there might be other use cases for being able to inspect unparsed arguments.

@aalmiray aalmiray added a:feature A new functionality from:contributor labels Jan 25, 2021
@mlopatkin mlopatkin added in:invoking-gradle Running Executing and removed to-triage labels Jul 27, 2021
@stale
Copy link

stale bot commented Jul 31, 2022

This issue has been automatically marked as stale because it has not had recent activity. Given the limited bandwidth of the team, it will be automatically closed if no further activity occurs. If you're interested in how we try to keep the backlog in a healthy state, please read our blog post on how we refine our backlog. If you feel this is something you could contribute, please have a look at our Contributor Guide. Thank you for your contribution.

@stale stale bot added the stale label Jul 31, 2022
@aalmiray
Copy link
Contributor Author

Bump

@jbartok
Copy link
Member

jbartok commented Jun 28, 2023

Thank you for your interest in Gradle!

This feature request is in the backlog of the relevant team, but this area of Gradle is currently not a focus one, so it might take a while before it gets implemented.

@jbartok jbartok removed the stale label Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:feature A new functionality in:invoking-gradle Running Executing
Projects
None yet
Development

No branches or pull requests

4 participants