logstash-plugins / logstash-input-azure_event_hubs

Logstash input for consuming events from Azure Event Hubs
Apache License 2.0
18 stars 28 forks source link

Switch to 'runtimeClasspath' instead of resolve 'implementation' configuration #70

Closed andsel closed 2 years ago

andsel commented 2 years ago

Release notes

[rn:skip]

What does this PR do?

Switch to 'runtimeClasspath' instead of resolve 'implementation' configuration.

In PR #69 the build.gradle was updated to run on Gradle 7, part of the change consisted in forcing the resolution of 'implementation' configuration to use it in the listing of dependencies. This could be assolved by the 'runtimeClasspath' without forcing the resolution which smells like a trick.

Why is it important/What is the impact to the user?

Not directly impact the user

Checklist

Author's Checklist

How to test this PR locally

Related issues