kokuwaio / helm-gradle-plugin

Gradle Plugin For HELM Chart Development
MIT License
5 stars 5 forks source link

Remove deprecated extension of `AbstractTask` #4

Closed kiwi-oss closed 3 years ago

kiwi-oss commented 3 years ago

Upon running a Gradle build using this plugin with --warning-mode=all, the following message is shown:

Registering a task with a type that directly extends AbstractTask has been deprecated. This will fail with an error in Gradle 7.0. Consult the upgrading guide for further information: https://docs.gradle.org/6.8.3/userguide/upgrading_version_6.html#abstract_task_deprecated

I made the changes recommended on the linked page, so the plugin should be prepared for 7.0.

jekkel commented 3 years ago

Thanks! I think this is good to merge. The missing workflow Analyze (Java) was disabled accidentally, could you please push another small change (rewording should suffice)?

kiwi-oss commented 3 years ago

Thanks, I was wondering about that. I just amended the last commit message, let's see if it runs now.

kiwi-oss commented 3 years ago

The checks were successful, however it seems I'm not allowed to merge.

Merging is blocked The base branch restricts merging to authorized users.

jekkel commented 3 years ago

The checks were successful, however it seems I'm not allowed to merge.

Merging is blocked The base branch restricts merging to authorized users.

made you a maintainer of the project.