logstash-plugins / logstash-input-snmp

Apache License 2.0
17 stars 22 forks source link

Fix build script to run with Gradle 7 #102

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