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

Cannot create a HelmTest task #26

Closed
GianniGiglio opened this issue Dec 16, 2019 · 1 comment · Fixed by #69
Closed

Cannot create a HelmTest task #26

GianniGiglio opened this issue Dec 16, 2019 · 1 comment · Fixed by #69
Labels
bug Something isn't working

Comments

@GianniGiglio
Copy link

Question: I can't seem to create a HelmTest task
Could not create task of type 'HelmTest'.
> Class org.unbrokendome.gradle.plugins.helm.command.tasks.HelmTest is final.

Is there a way to create a HelmTest task?

Thanks

@tkrullmann
Copy link
Member

HelmTest task class wasn't declared as open, this is required by Gradle so it can decorate the task.

@tkrullmann tkrullmann added the bug Something isn't working label Sep 17, 2020
@tkrullmann tkrullmann changed the title Question: I can't seem to create a HelmTest task Cannot create a HelmTest task Sep 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants