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

Fix build script to run with Gradle 7 #69

Closed andsel closed 2 years ago

andsel commented 2 years ago

Release notes

Update build infrastructure to Gradle 7.2

What does this PR do?

Update the Gradle wrapper used to version 7.2 and fixed build.gradle script.

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

Developers can use JDK >= 17 to build the plugin

Checklist

Author's Checklist

How to test this PR locally

Run ./gradlew clean vendor

Related issues