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

Multiple output file properties with name 'subchartsDir' #126

Closed
mourya09 opened this issue May 17, 2021 · 0 comments · Fixed by #150
Closed

Multiple output file properties with name 'subchartsDir' #126

mourya09 opened this issue May 17, 2021 · 0 comments · Fixed by #150

Comments

@mourya09
Copy link

I am using Plugin's task for updating its dependencies:
task helmBuildDependencies1(type: HelmBuildDependencies){
chartDir = file('src/main/helm')
}

But it gives me below error:


 Task :helmBuildDependencies1 FAILED
:helmBuildDependencies1 (Thread[Execution worker for ':',5,main]) completed. Took 0.009 secs.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':helmBuildDependencies1'.
> Multiple output file properties with name 'subchartsDir'

* Try:
Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output. Run with --scan to get full insights.

I am struck as I cannot use this plugin for updating the plugin.

@tkrullmann tkrullmann linked a pull request Nov 10, 2021 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant