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

Custom gradle.properties values #24

Closed
The-Code-Monkey opened this issue Dec 4, 2021 · 5 comments
Closed

Custom gradle.properties values #24

The-Code-Monkey opened this issue Dec 4, 2021 · 5 comments
Labels
enhancement New feature or request

Comments

@The-Code-Monkey
Copy link

Hi,

Is there any way to grab a custom value out of the gradle.properties file.

e.g. if im using an external library that i want to be able to get the value of.

@HardNorth
Copy link
Owner

@The-Code-Monkey Hello, thanks for your input!

Unfortunately, I'm not really got what you wanted. Do you want to grab custom properties from gradle.properties and populate them as environment variables?

@The-Code-Monkey
Copy link
Author

Yeah exactly i want to be able to grab multiple custom variables from the gradle.properties.

so i would need to be able to specify an array like structure e.g.

["^version=", "^package_version="]

and then they would be added as env variables.

@HardNorth HardNorth added the enhancement New feature or request label Dec 6, 2021
@HardNorth
Copy link
Owner

@The-Code-Monkey Hmm, that isn't something the action originally supposed to do. But I can think about the enhancement implementation.

@The-Code-Monkey
Copy link
Author

Yeah i know its kind of a strange edge case for my current project.

HardNorth added a commit that referenced this issue Aug 26, 2022
HardNorth added a commit that referenced this issue Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants