-
Notifications
You must be signed in to change notification settings - Fork 55
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
Setting the Helm client download via the DSL #137
Comments
Hi, did you try to set the project property via
I think it should be fine to set this the build script, even after applying the plugin, because the plugin uses lazy providers for all the project properties, so it won't be evaluated until the download is actually performed. As a note, I just had to change how the download works, because the current behavior was conflicting with Gradle's This means that the |
Gradle properties are a different concept than extra properties so I doubt this will work. You can only set Gradle properties by adding it to I tried it out with the following build script and it doesn't work.
Why don't we introduce a new property to
|
Could you please comment on this? Happy to provide a pull request if that's the way to go. |
Ping! |
Hey folks, can we merge this one please? It's an important one for us |
It looks as if https://get.helm.sh/ is no longer available |
At this time, the plugin scans the project property
helm.client.download.baseUrl
to provide a custom download URL. In my use case, the plugin is bundled with an internal, company-wide plugin which should point your plugin to a custom download URL. AFAIK, a plugin cannot set a project property from code or bundle agradle.properties
. There needs to be another way to set the property via the plugin DSL.The text was updated successfully, but these errors were encountered: