rundeck-plugins / kubernetes

52 stars 59 forks source link

Upgrade gradle to latest 5.x version #98

Closed kdebisschop closed 3 years ago

kdebisschop commented 3 years ago

I was unable to build with gradlew (maybe too old to work with modern Java?)

In order to build packages with my customizations (which have been shared in other pull request) I had to use a more recent version of gradle -- I chose to use the lates 5.x because we don't need/use new features. But we do want users to be able to build the package.

ltamaster commented 3 years ago

Hi @kdebisschop ,

I added a new PR that does the same https://github.com/rundeck-plugins/kubernetes/pull/102

I will close this one

Thanks